|
@@ -22,7 +22,8 @@ pid = /run/php/php-fpm.pid
|
|
; Note: the default prefix is /var
|
|
; Note: the default prefix is /var
|
|
; Default Value: log/php-fpm.log
|
|
; Default Value: log/php-fpm.log
|
|
;error_log = /var/log/php7.3-fpm.log
|
|
;error_log = /var/log/php7.3-fpm.log
|
|
-error_log = /dev/stderr
|
|
|
|
|
|
+;error_log = /dev/stderr
|
|
|
|
+error_log = /proc/self/fd/2
|
|
|
|
|
|
|
|
|
|
; syslog_facility is used to specify what type of program is logging the
|
|
; syslog_facility is used to specify what type of program is logging the
|
|
@@ -385,6 +386,7 @@ pm.max_spare_servers = 512
|
|
; The access log file
|
|
; The access log file
|
|
; Default: not set
|
|
; Default: not set
|
|
;access.log = log/$pool.access.log
|
|
;access.log = log/$pool.access.log
|
|
|
|
+;access.log = /proc/self/fd/2
|
|
|
|
|
|
; The access log format.
|
|
; The access log format.
|
|
; The following syntax is allowed
|
|
; The following syntax is allowed
|
|
@@ -497,7 +499,7 @@ pm.max_spare_servers = 512
|
|
; Note: on highloaded environement, this can cause some delay in the page
|
|
; Note: on highloaded environement, this can cause some delay in the page
|
|
; process time (several ms).
|
|
; process time (several ms).
|
|
; Default Value: no
|
|
; Default Value: no
|
|
-;catch_workers_output = yes
|
|
|
|
|
|
+; catch_workers_output = yes
|
|
|
|
|
|
; Clear environment in FPM workers
|
|
; Clear environment in FPM workers
|
|
; Prevents arbitrary environment variables from reaching FPM worker processes
|
|
; Prevents arbitrary environment variables from reaching FPM worker processes
|
|
@@ -548,4 +550,5 @@ pm.max_spare_servers = 512
|
|
;php_flag[display_errors] = off
|
|
;php_flag[display_errors] = off
|
|
;php_admin_value[error_log] = /var/log/fpm-php.www.log
|
|
;php_admin_value[error_log] = /var/log/fpm-php.www.log
|
|
;php_admin_flag[log_errors] = on
|
|
;php_admin_flag[log_errors] = on
|
|
-;php_admin_value[memory_limit] = 32M
|
|
|
|
|
|
+;php_admin_value[memory_limit] = 32M
|
|
|
|
+
|