set max_request to 0 (default)

This commit is contained in:
Andreas Lehr 2021-05-14 10:35:19 +02:00
parent 5e4b6549c3
commit 170c409401
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +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_pm_max_requests: 0
# PHP-FPM pool configuration.
php_fpm_pools: