summary refs log tree commit diff
diff options
context:
space:
mode:
authorJelle Licht <jlicht@fsfe.org>2018-12-18 14:43:54 +0100
committerJelle Licht <jlicht@fsfe.org>2018-12-18 14:50:47 +0100
commitb8d5fbd86f814cabf68c9804068e74f042e0d1a3 (patch)
tree9bedfe427e82d78d0907b30a8f6cfdf30423166b
parent232cc1001d8163a2af9eed0169f0110d70076686 (diff)
downloadguix-b8d5fbd86f814cabf68c9804068e74f042e0d1a3.tar.gz
doc: Replace 'https-port' with 'listen' in nginx php example.
* doc/guix.texi (Web Services): Update accordingly.
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 3ee65116b6..0d8f1757a3 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -17805,7 +17805,7 @@ A simple services setup for nginx with php can look like this:
                            (root "/srv/http/")
                            (locations
                             (list (nginx-php-location)))
-                           (https-port #f)
+                           (listen '("80"))
                            (ssl-certificate #f)
                            (ssl-certificate-key #f)))
                  %base-services))