doc: Fix typo in example.
* doc/guix.texi (Web Services)[nginx-php-fpm-location]: Fix example to actually use nginx-php-fpm-location.
This commit is contained in:
parent
0d8a8234b5
commit
7b40d59114
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue