From c592086d29f04b12a3cdc113d084ca8c1f9160f0 Mon Sep 17 00:00:00 2001 From: midoks Date: Tue, 31 Oct 2023 02:00:05 +0800 Subject: [PATCH] u p d da te --- plugins/php-apt/conf/www.conf | 4 ++-- plugins/php-yum/conf/www.conf | 4 ++-- plugins/php/conf/www.conf | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/php-apt/conf/www.conf b/plugins/php-apt/conf/www.conf index e7834824a..3b3571c6e 100644 --- a/plugins/php-apt/conf/www.conf +++ b/plugins/php-apt/conf/www.conf @@ -12,8 +12,8 @@ pm.start_servers = 5 pm.min_spare_servers = 5 pm.max_spare_servers = 35 pm.status_path = /phpfpm_status_apt{$PHP_VERSION} -request_terminate_timeout = 100 -request_slowlog_timeout = 30 +request_terminate_timeout = 30 +request_slowlog_timeout = 10 slowlog = /var/log/fpm-php{$PHP_VERSION}.www.slow.log ;php_admin_flag[log_errors] = on diff --git a/plugins/php-yum/conf/www.conf b/plugins/php-yum/conf/www.conf index 76abeb8ae..00df478d1 100644 --- a/plugins/php-yum/conf/www.conf +++ b/plugins/php-yum/conf/www.conf @@ -13,8 +13,8 @@ pm.start_servers = 5 pm.min_spare_servers = 5 pm.max_spare_servers = 35 pm.status_path = /phpfpm_status_yum{$PHP_VERSION} -request_terminate_timeout = 100 -request_slowlog_timeout = 30 +request_terminate_timeout = 30 +request_slowlog_timeout = 10 slowlog = /var/opt/remi/php{$PHP_VERSION}/log/php-fpm/www-slow.log php_admin_flag[log_errors] = on diff --git a/plugins/php/conf/www.conf b/plugins/php/conf/www.conf index 30481e6f8..5ee8a60e3 100644 --- a/plugins/php/conf/www.conf +++ b/plugins/php/conf/www.conf @@ -14,5 +14,5 @@ pm.min_spare_servers = 5 pm.max_spare_servers = 35 pm.status_path = /phpfpm_status_{$PHP_VERSION} request_terminate_timeout = 30 -request_slowlog_timeout = 30 +request_slowlog_timeout = 10 slowlog = {$SERVER_PATH}/php/{$PHP_VERSION}/var/log/www-slow.log \ No newline at end of file