mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
tests: Adjust php-fpm test to new nginx API.
Fixes <https://bugs.gnu.org/29769>.
Reported by Mark H Weaver <mhw@netris.org>.
This is a followup to 8b223ceac4
.
* gnu/tests/web.scm (%php-fpm-nginx-server-blocks): Turn 'listen' into a
list.
This commit is contained in:
parent
4a408d847e
commit
a1ac7bf361
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ (define %php-fpm-nginx-server-blocks
|
|||
(root "/srv")
|
||||
(locations
|
||||
(list (nginx-php-location)))
|
||||
(listen "8042")
|
||||
(listen '("8042"))
|
||||
(ssl-certificate #f)
|
||||
(ssl-certificate-key #f))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue