uncomment error_log

This commit is contained in:
olevole
2022-12-11 01:09:45 +03:00
parent a24f601792
commit 9582432af5
3 changed files with 5 additions and 2 deletions

View File

@@ -6,3 +6,6 @@ convectix.d
cbsd_queue.d
vncterm.d
clonosdb.d
api.d
k8s.d
myb.d

View File

@@ -595,7 +595,7 @@ html_errors = On
;error_log = php_errors.log
; Log errors to syslog (Event Log on Windows).
;error_log = syslog
error_log = /var/log/nginx/php.err
; The syslog ident is a string which is prepended to every message logged
; to syslog. Only used when error_log is set to syslog.
;syslog.ident = php

View File

@@ -1 +1 @@
22.09
22.12