mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2025-01-09 19:27:34 +01:00
Fix variable name for pm.max_requests.
This commit is contained in:
parent
153b163c25
commit
1f2349a5da
@ -43,7 +43,7 @@ php_fpm_pools:
|
|||||||
pool_pm_start_servers: "{{ php_fpm_pm_start_servers }}"
|
pool_pm_start_servers: "{{ php_fpm_pm_start_servers }}"
|
||||||
pool_pm_min_spare_servers: "{{ php_fpm_pm_min_spare_servers }}"
|
pool_pm_min_spare_servers: "{{ php_fpm_pm_min_spare_servers }}"
|
||||||
pool_pm_max_spare_servers: "{{ php_fpm_pm_max_spare_servers }}"
|
pool_pm_max_spare_servers: "{{ php_fpm_pm_max_spare_servers }}"
|
||||||
pool_php_fpm_pm_max_requests: "{{ php_fpm_pm_max_requests }}"
|
pool_pm_max_requests: "{{ php_fpm_pm_max_requests }}"
|
||||||
|
|
||||||
# The executable to run when calling PHP from the command line.
|
# The executable to run when calling PHP from the command line.
|
||||||
php_executable: "php"
|
php_executable: "php"
|
||||||
|
Loading…
Reference in New Issue
Block a user