PR #302: Synchronize pool config from defaults to README.

This commit is contained in:
Jeff Geerling 2021-05-06 12:16:19 -05:00
parent 7a1597c1ce
commit ba490b032c
1 changed files with 4 additions and 4 deletions

View File

@ -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_allowed_clients: "127.0.0.1"
pool_pm: dynamic
pool_pm_max_children: 50
pool_pm_start_servers: 5
pool_pm_min_spare_servers: 5
pool_pm_max_spare_servers: 5
pool_pm_max_children: 5
pool_pm_start_servers: 2
pool_pm_min_spare_servers: 1
pool_pm_max_spare_servers: 3
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.