php-fpm: remove user/group defs

we're not running as root after all
This commit is contained in:
Starbeamrainbowlabs 2023-12-16 14:38:36 +00:00
parent d3a0660bac
commit 3e3c6042a0
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 0 additions and 4 deletions

View File

@ -6,11 +6,7 @@ pid = /run_local/php-fpm.pid
error_log = /proc/self/fd/2
[www]
user = www-data
group = www-data
listen = /run_local/php-fpm.sock
listen.owner = www-data
listen.group = www-data
pm = dynamic
pm.max_children = 8
pm.start_servers = 2