docker: print PHP errors on docker log

This commit is contained in:
Zankaria 2025-06-07 01:13:46 +02:00
parent 29f476e3a9
commit bbcfbf78ae

View file

@ -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