From f62ec14926b11a576d5f9849efe5900c243fe6a5 Mon Sep 17 00:00:00 2001 From: Tristan Darricau Date: Thu, 19 Jun 2014 17:33:38 +0200 Subject: [ticket/12741] Change the mode of the socket file Since php 5.4.29, by default, php-fpm creates the socket with the 0600 mode instead of 0666. PHPBB3-12741 --- travis/setup-webserver.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'travis') diff --git a/travis/setup-webserver.sh b/travis/setup-webserver.sh index bffe2c0bf4..a6086bb9f9 100755 --- a/travis/setup-webserver.sh +++ b/travis/setup-webserver.sh @@ -48,6 +48,7 @@ else user = $USER group = $USER listen = $APP_SOCK + listen.mode = 0666 pm = static pm.max_children = 2 -- cgit v1.2.1