guix-commits
[Top][All Lists]
Advanced

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

01/01: Revert "doc: Fix typo in example."


From: guix-commits
Subject: 01/01: Revert "doc: Fix typo in example."
Date: Tue, 3 Dec 2019 06:29:27 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 563551282857ae166b8ad73f263d7e0af5577ece
Author: Efraim Flashner <address@hidden>
Date:   Tue Dec 3 13:15:41 2019 +0200

    Revert "doc: Fix typo in example."
    
    This reverts commit 7b40d59114e1462d6d8140f325a66b12e91db667.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 2da1ecd..39eb253 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -20479,7 +20479,7 @@ A simple services setup for nginx with php can look 
like this:
                            (server-name '("example.com"))
                            (root "/srv/http/")
                            (locations
-                            (list (nginx-php-fpm-location)))
+                            (list (nginx-php-location)))
                            (listen '("80"))
                            (ssl-certificate #f)
                            (ssl-certificate-key #f)))



reply via email to

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