From 374412f862e4a2a11eef3ba22a966c205798a793 Mon Sep 17 00:00:00 2001 From: dpeca Date: Fri, 6 Sep 2019 00:11:12 +0200 Subject: [PATCH] php-fpm request_terminate_timeout = 30s --- install/debian/10/templates/web/apache2/PHP-FPM-73.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/debian/10/templates/web/apache2/PHP-FPM-73.sh b/install/debian/10/templates/web/apache2/PHP-FPM-73.sh index aa7b6dbea..546fb7c32 100755 --- a/install/debian/10/templates/web/apache2/PHP-FPM-73.sh +++ b/install/debian/10/templates/web/apache2/PHP-FPM-73.sh @@ -18,6 +18,7 @@ group = $1 pm = ondemand pm.max_children = 16 +request_terminate_timeout = 30s pm.max_requests = 4000 pm.process_idle_timeout = 10s pm.status_path = /status @@ -83,4 +84,4 @@ if [ -f "/etc/php/7.3/fpm/pool.d/www.conf" ]; then rm /etc/php/7.3/fpm/pool.d/www.conf fi -exit 0 \ No newline at end of file +exit 0