diff --git a/docker/php/www.conf b/docker/php/www.conf index 1c4bfcfb..d9d84760 100644 --- a/docker/php/www.conf +++ b/docker/php/www.conf @@ -1,6 +1,12 @@ [www] +access.log = /proc/self/fd/2 + +; Ensure worker stdout and stderr are sent to the main error log. +catch_workers_output = yes + user = www-data group = www-data + listen = 127.0.0.1:9000 pm = static pm.max_children = 16