diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-11-19 12:21:08 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-11-19 12:34:07 +0200 |
commit | 7b40d59114e1462d6d8140f325a66b12e91db667 (patch) | |
tree | 5aa88b09470ece597a2d4cc848214d751fe2af36 /doc | |
parent | 0d8a8234b5adbed898b37ea7187ab6ab505f83ee (diff) |
doc: Fix typo in example.
* doc/guix.texi (Web Services)[nginx-php-fpm-location]: Fix example to
actually use nginx-php-fpm-location.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 5151a820f5..ea8a8783d8 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))) |