pull/121/head
midoks 3 years ago
parent 5470003d11
commit 1e2b4e9f4a
  1. 1
      plugins/php-yum/conf/www.conf
  2. 2
      plugins/php-yum/index.py

@ -13,7 +13,6 @@ pm.max_spare_servers = 35
pm.status_path = /phpfpm_status_{$PHP_VERSION}
request_terminate_timeout = 100
request_slowlog_timeout = 30
/var/opt/remi/php{$PHP_VERSION}/log/php-fpm/www-error.log
slowlog = /var/opt/remi/php{$PHP_VERSION}/log/php-fpm/www-slow.log
php_admin_flag[log_errors] = on

@ -189,7 +189,7 @@ def phpFpmWwwReplace(version):
def getFpmConfFile(version):
return getServerDir() + '/php' + version + '/php-fpm.d/www.conf'
return getServerDir() + '/php' + version + '/php-fpm.d/mw.conf'
def initReplace(version):

Loading…
Cancel
Save