add syslog logging
This commit is contained in:
parent
7e403b98d2
commit
e53d890be1
2 changed files with 128 additions and 3 deletions
|
@ -368,7 +368,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
|
||||
|
||||
; Clear environment in FPM workers
|
||||
; Prevents arbitrary environment variables from reaching FPM worker processes
|
||||
|
@ -416,10 +416,10 @@ env[PATH] = /usr/local/bin:/usr/bin:/bin
|
|||
; Default Value: nothing is defined by default except the values in php.ini and
|
||||
; 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] = /var/log/php7/www.error.log
|
||||
;php_admin_flag[log_errors] = on
|
||||
;php_admin_value[memory_limit] = 32M
|
||||
php_flag[display_errors] = on
|
||||
php_admin_flag[log_errors] = true
|
||||
|
||||
php_admin_value[default_charset] = UTF-8
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue