Revert "doc: Fix typo in example."

This reverts commit 7b40d59114e1462d6d8140f325a66b12e91db667.
This commit is contained in:
Efraim Flashner 2019-12-03 13:15:41 +02:00
parent dc7e57833e
commit 5635512828
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

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