This commit is contained in:
midoks 2022-07-03 13:54:23 +08:00
parent 5d65239190
commit 718a96821a
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<section name="global_options">
Pid file
<value name="pid_file">/www/server/php/52/var/log/php-fpm.pid</value>
<value name="pid_file">/www/server/php/52/var/run/php-fpm.pid</value>
Error log file
<value name="error_log">/www/server/php/52/var/log/php-fpm.log</value>

View File

@ -2,7 +2,7 @@
php_fpm_BIN=/www/server/php/52/bin/php-cgi
php_fpm_CONF=/www/server/php/52/etc/php-fpm.conf
php_fpm_PID=/www/server/php/52//var/log/php-fpm.pid
php_fpm_PID=/www/server/php/52/var/run/php-fpm.pid
php_opts="--fpm-config $php_fpm_CONF"