diff options
Diffstat (limited to 'doc/guix.texi')
-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))) |