mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-11-24 12:06:02 +01:00
Merge pull request #269 from porcospino/patch-1
Set php-fpm socket owner and group
This commit is contained in:
commit
e3fab5a6ed
@ -4,6 +4,9 @@ listen.allowed_clients = 127.0.0.1
|
||||
user = {{ php_fpm_pool_user }}
|
||||
group = {{ php_fpm_pool_group }}
|
||||
|
||||
listen.owner = {{ php_fpm_pool_user }}
|
||||
listen.group = {{ php_fpm_pool_group }}
|
||||
|
||||
pm = dynamic
|
||||
pm.max_children = 50
|
||||
pm.start_servers = 5
|
||||
|
Loading…
Reference in New Issue
Block a user