pull/504/head
Mr Chen 2 years ago
parent 09bbd5280d
commit 1e827944ab
  1. 1
      plugins/php-apt/conf/www.conf
  2. 1
      plugins/php-yum/conf/www.conf
  3. 1
      plugins/php/conf/www.conf

@ -12,6 +12,7 @@ pm.start_servers = 5
pm.min_spare_servers = 5
pm.max_spare_servers = 35
pm.status_path = /phpfpm_status_apt{$PHP_VERSION}
pm.max_requests = 1000
request_terminate_timeout = 30
request_slowlog_timeout = 10
slowlog = /var/log/fpm-php{$PHP_VERSION}.www.slow.log

@ -13,6 +13,7 @@ pm.start_servers = 5
pm.min_spare_servers = 5
pm.max_spare_servers = 35
pm.status_path = /phpfpm_status_yum{$PHP_VERSION}
pm.max_requests = 1000
request_terminate_timeout = 30
request_slowlog_timeout = 10
slowlog = /var/opt/remi/php{$PHP_VERSION}/log/php-fpm/www-slow.log

@ -13,6 +13,7 @@ pm.start_servers = 5
pm.min_spare_servers = 5
pm.max_spare_servers = 35
pm.status_path = /phpfpm_status_{$PHP_VERSION}
pm.max_requests = 1000
request_terminate_timeout = 30
request_slowlog_timeout = 10
slowlog = {$SERVER_PATH}/php/{$PHP_VERSION}/var/log/www-slow.log
Loading…
Cancel
Save