1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-27 17:00:52 +01:00

docker: adjust php-fpm pool log config on compose

This commit is contained in:
Zankaria 2024-04-10 16:06:56 +02:00 committed by Zankaria
parent 050bc59588
commit 575b265c74

View File

@ -1,6 +1,13 @@
[www]
access.log = /proc/self/fd/2
; Ensure worker stdout and stderr are sent to the main error log.
catch_workers_output = yes
decorate_workers_output = no
user = www-data
group = www-data
listen = 127.0.0.1:9000
pm = static
pm.max_children = 16