mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-11-24 12:06:02 +01:00
PR #302: Synchronize pool config from defaults to README.
This commit is contained in:
parent
7a1597c1ce
commit
ba490b032c
@ -78,10 +78,10 @@ The handler restarts PHP-FPM by default. Setting the value to `reloaded` will re
|
|||||||
pool_listen: "127.0.0.1:9000"
|
pool_listen: "127.0.0.1:9000"
|
||||||
pool_listen_allowed_clients: "127.0.0.1"
|
pool_listen_allowed_clients: "127.0.0.1"
|
||||||
pool_pm: dynamic
|
pool_pm: dynamic
|
||||||
pool_pm_max_children: 50
|
pool_pm_max_children: 5
|
||||||
pool_pm_start_servers: 5
|
pool_pm_start_servers: 2
|
||||||
pool_pm_min_spare_servers: 5
|
pool_pm_min_spare_servers: 1
|
||||||
pool_pm_max_spare_servers: 5
|
pool_pm_max_spare_servers: 3
|
||||||
pool_pm_max_requests: 500
|
pool_pm_max_requests: 500
|
||||||
|
|
||||||
List of PHP-FPM pool to create. By default, www pool is created. To setup a new pool, add an item to php_fpm_pools list.
|
List of PHP-FPM pool to create. By default, www pool is created. To setup a new pool, add an item to php_fpm_pools list.
|
||||||
|
Loading…
Reference in New Issue
Block a user