Remove commented pool from default values

This commit is contained in:
Roger Sicart 2021-05-06 10:08:19 +02:00
parent b2d10e9bad
commit 759a165dc5
1 changed files with 0 additions and 10 deletions

View File

@ -37,16 +37,6 @@ php_fpm_pools:
pool_pm_min_spare_servers: 5
pool_pm_max_spare_servers: 5
pool_pm_max_requests: 500
# - pool_name: pool
# pool_template: www.conf.j2
# pool_listen: 127.0.0.1:9001
# 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_requests: 500
# The executable to run when calling PHP from the command line.
php_executable: "php"