mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00: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:
parent
d2aee6d2ea
commit
f62ec14926
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ else
|
|||
user = $USER
|
||||
group = $USER
|
||||
listen = $APP_SOCK
|
||||
listen.mode = 0666
|
||||
pm = static
|
||||
pm.max_children = 2
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue