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:
Efraim Flashner 2019-11-19 12:21:08 +02:00
parent 0d8a8234b5
commit 7b40d59114
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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)))