summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2019-12-03 13:15:41 +0200
committerEfraim Flashner <efraim@flashner.co.il>2019-12-03 13:15:41 +0200
commit563551282857ae166b8ad73f263d7e0af5577ece (patch)
tree84fea9ff0c28321333ff602e73b80403667316f8 /doc
parentdc7e57833e6817adb9c799b2fda8b10921f1b050 (diff)
downloadpatches-563551282857ae166b8ad73f263d7e0af5577ece.tar
patches-563551282857ae166b8ad73f263d7e0af5577ece.tar.gz
Revert "doc: Fix typo in example."
This reverts commit 7b40d59114e1462d6d8140f325a66b12e91db667.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
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)))