doc: Replace 'https-port' with 'listen' in nginx php example.
* doc/guix.texi (Web Services): Update accordingly.
This commit is contained in:
parent
232cc1001d
commit
b8d5fbd86f
@ -17805,7 +17805,7 @@ A simple services setup for nginx with php can look like this:
|
||||
(root "/srv/http/")
|
||||
(locations
|
||||
(list (nginx-php-location)))
|
||||
(https-port #f)
|
||||
(listen '("80"))
|
||||
(ssl-certificate #f)
|
||||
(ssl-certificate-key #f)))
|
||||
%base-services))
|
||||
|
Loading…
Reference in New Issue
Block a user