mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-15 22:26:32 +02:00
[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:
@ -48,6 +48,7 @@ else
|
|||||||
user = $USER
|
user = $USER
|
||||||
group = $USER
|
group = $USER
|
||||||
listen = $APP_SOCK
|
listen = $APP_SOCK
|
||||||
|
listen.mode = 0666
|
||||||
pm = static
|
pm = static
|
||||||
pm.max_children = 2
|
pm.max_children = 2
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user