mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-11-24 12:06:02 +01:00
parent
903e595c4b
commit
ef69a5ffe5
@ -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