re-add php_fpm_pm_max_requests

This commit is contained in:
Andreas Lehr 2021-05-13 20:46:18 +02:00
parent 467eab8bec
commit 5e4b6549c3
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ php_fpm_pm_max_children: 50
php_fpm_pm_start_servers: 5
php_fpm_pm_min_spare_servers: 5
php_fpm_pm_max_spare_servers: 5
php_fpm_pm_max_requests: 500
# PHP-FPM pool configuration.
php_fpm_pools:
@ -42,6 +43,7 @@ php_fpm_pools:
pool_pm_start_servers: "{{ php_fpm_pm_start_servers }}"
pool_pm_min_spare_servers: "{{ php_fpm_pm_min_spare_servers }}"
pool_pm_max_spare_servers: "{{ php_fpm_pm_max_spare_servers }}"
pool_php_fpm_pm_max_requests: "{{ php_fpm_pm_max_requests }}"
# The executable to run when calling PHP from the command line.
php_executable: "php"