leftypol/docker/php/www.conf

16 lines
292 B
Text
Raw Normal View History

[www]
access.log = /proc/self/fd/2
; Ensure worker stdout and stderr are sent to the main error log.
catch_workers_output = yes
2024-03-31 15:49:09 +02:00
user = www-data
group = www-data
listen = 127.0.0.1:9000
2024-02-09 11:01:07 -08:00
pm = static
pm.max_children = 16
pm.start_servers = 2
pm.min_spare_servers = 1
2024-02-09 11:01:07 -08:00
pm.max_spare_servers = 3