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:
Ludovic Courtès 2017-12-19 09:52:21 +01:00
parent 4a408d847e
commit a1ac7bf361
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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))))