guix-commits
[Top][All Lists]
Advanced

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

01/01: doc: Fix typo in example.


From: guix-commits
Subject: 01/01: doc: Fix typo in example.
Date: Tue, 19 Nov 2019 05:49:39 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 7b40d59114e1462d6d8140f325a66b12e91db667
Author: Efraim Flashner <address@hidden>
Date:   Tue Nov 19 12:21:08 2019 +0200

    doc: Fix typo in example.
    
    * doc/guix.texi (Web Services)[nginx-php-fpm-location]: Fix example to
    actually use nginx-php-fpm-location.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



reply via email to

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