forked from leftypol/leftypol
docker: adjust php-fpm pool log config on compose
This commit is contained in:
parent
36419ab9a7
commit
6a0613d4a8
1 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,12 @@
|
||||||
[www]
|
[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
|
user = www-data
|
||||||
group = www-data
|
group = www-data
|
||||||
|
|
||||||
listen = 127.0.0.1:9000
|
listen = 127.0.0.1:9000
|
||||||
pm = static
|
pm = static
|
||||||
pm.max_children = 16
|
pm.max_children = 16
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue