doc: Replace 'https-port' with 'listen' in nginx php example.

* doc/guix.texi (Web Services): Update accordingly.
master
Jelle Licht 2018-12-18 14:43:54 +01:00
parent 232cc1001d
commit b8d5fbd86f
No known key found for this signature in database
GPG Key ID: DA4597F947B41025
1 changed files with 1 additions and 1 deletions

View File

@ -17805,7 +17805,7 @@ A simple services setup for nginx with php can look like this:
(root "/srv/http/") (root "/srv/http/")
(locations (locations
(list (nginx-php-location))) (list (nginx-php-location)))
(https-port #f) (listen '("80"))
(ssl-certificate #f) (ssl-certificate #f)
(ssl-certificate-key #f))) (ssl-certificate-key #f)))
%base-services)) %base-services))