Fix variable name for pm.max_requests.

This commit is contained in:
Max Roeleveld 2021-12-13 13:22:37 +01:00 committed by Arthur Schiwon
parent 153b163c25
commit 1f2349a5da
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +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 }}"
pool_pm_max_requests: "{{ php_fpm_pm_max_requests }}"
# The executable to run when calling PHP from the command line.
php_executable: "php"