guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 01/01: doc: Replace 'https-port' with 'listen' in nginx php example.
Date: Tue, 18 Dec 2018 08:51:54 -0500 (EST)

jlicht pushed a commit to branch master
in repository guix.

commit b8d5fbd86f814cabf68c9804068e74f042e0d1a3
Author: Jelle Licht <address@hidden>
Date:   Tue Dec 18 14:43:54 2018 +0100

    doc: Replace 'https-port' with 'listen' in nginx php example.
    
    * doc/guix.texi (Web Services): Update accordingly.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 3ee6511..0d8f175 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]