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
|
@ -154,7 +154,7 @@ echo(\"Computed by php:\".((string)(2+3)));
|
|||
(root "/srv")
|
||||
(locations
|
||||
(list (nginx-php-location)))
|
||||
(listen "8042")
|
||||
(listen '("8042"))
|
||||
(ssl-certificate #f)
|
||||
(ssl-certificate-key #f))))
|
||||
|
||||
|
|
Loading…
Reference in New Issue