parent
dc7e57833e
commit
5635512828
|
@ -20479,7 +20479,7 @@ A simple services setup for nginx with php can look like this:
|
||||||
(server-name '("example.com"))
|
(server-name '("example.com"))
|
||||||
(root "/srv/http/")
|
(root "/srv/http/")
|
||||||
(locations
|
(locations
|
||||||
(list (nginx-php-fpm-location)))
|
(list (nginx-php-location)))
|
||||||
(listen '("80"))
|
(listen '("80"))
|
||||||
(ssl-certificate #f)
|
(ssl-certificate #f)
|
||||||
(ssl-certificate-key #f)))
|
(ssl-certificate-key #f)))
|
||||||
|
|
Reference in New Issue