mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
parent
dc7e57833e
commit
5635512828
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue