mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2025-01-06 18:57:36 +01:00
re-add php_fpm_pm_max_requests
This commit is contained in:
parent
467eab8bec
commit
5e4b6549c3
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user