forked from leftypol/leftypol
docker: print PHP errors on docker log
This commit is contained in:
parent
29f476e3a9
commit
bbcfbf78ae
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
[www]
|
||||
access.log = /proc/self/fd/2
|
||||
php_admin_value[error_log] = /proc/self/fd/2
|
||||
php_admin_flag[log_errors] = on
|
||||
|
||||
; Ensure worker stdout and stderr are sent to the main error log.
|
||||
catch_workers_output = yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue