|
|
|
@ -227,9 +227,8 @@ pm.max_spare_servers = 3
|
|
|
|
|
|
|
|
|
|
; The access log file |
|
|
|
|
; Default: not set |
|
|
|
|
;access.log = log/$pool.access.log |
|
|
|
|
access.log = /tmp/access.log |
|
|
|
|
|
|
|
|
|
; The access log format. |
|
|
|
|
; The following syntax is allowed |
|
|
|
|
; %%: the '%' character |
|
|
|
|
; %C: %CPU used by the request |
|
|
|
@ -348,7 +347,7 @@ pm.max_spare_servers = 3
|
|
|
|
|
; Note: on highloaded environement, this can cause some delay in the page |
|
|
|
|
; process time (several ms). |
|
|
|
|
; Default Value: no |
|
|
|
|
;catch_workers_output = yes |
|
|
|
|
catch_workers_output = yes |
|
|
|
|
|
|
|
|
|
; Decorate worker output with prefix and suffix containing information about |
|
|
|
|
; the child that writes to the log and if stdout or stderr is used as well as |
|
|
|
@ -404,7 +403,7 @@ pm.max_spare_servers = 3
|
|
|
|
|
; specified at startup with the -d argument |
|
|
|
|
;php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f www@my.domain.com |
|
|
|
|
;php_flag[display_errors] = off |
|
|
|
|
php_admin_value[error_log] = /nextcloud/fpm-php.www.log |
|
|
|
|
;php_admin_flag[log_errors] = on |
|
|
|
|
php_admin_value[error_log] = /tmp/php7.4-fpm.log |
|
|
|
|
php_admin_flag[log_errors] = on |
|
|
|
|
;php_admin_value[memory_limit] = 32M |
|
|
|
|
|
|
|
|
|