Ändere Gruppenrechte für php-Prozess
This commit is contained in:
parent
b04d8b705b
commit
63c7b81c14
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
[{{ instance.user }}]
|
[{{ instance.user }}]
|
||||||
;prefix = /path/to/pools/$pool
|
;prefix = /path/to/pools/$pool
|
||||||
user = $pool
|
user = $pool
|
||||||
group = www-data
|
group = $pool
|
||||||
listen = /run/php/php-fpm-$pool.sock
|
listen = /run/php/php-fpm-$pool.sock
|
||||||
;listen.backlog = 65535
|
;listen.backlog = 65535
|
||||||
listen.owner = $pool
|
listen.owner = $pool
|
||||||
|
|
Loading…
Reference in a new issue