[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
This commit is contained in:
Tristan Darricau 2014-06-19 17:33:38 +02:00
parent d2aee6d2ea
commit f62ec14926

View file

@ -48,6 +48,7 @@ else
user = $USER
group = $USER
listen = $APP_SOCK
listen.mode = 0666
pm = static
pm.max_children = 2