From 563551282857ae166b8ad73f263d7e0af5577ece Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 3 Dec 2019 13:15:41 +0200 Subject: Revert "doc: Fix typo in example." This reverts commit 7b40d59114e1462d6d8140f325a66b12e91db667. --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/guix.texi b/doc/guix.texi index 2da1ecd64c..39eb25385c 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))) -- cgit v1.2.3