1
0
mirror of https://github.com/Adam-Ant/media-server-in-a-box synced 2024-10-05 01:33:53 +00:00
media-server-in-a-box/php/docker.conf

22 lines
490 B
Plaintext
Raw Permalink Normal View History

2017-09-25 14:34:49 +00:00
[global]
error_log = /proc/self/fd/2
daemonize = no
[www]
user = www-data
group = www-data
listen = [::]:9000
; if we send this to /proc/self/fd/1, it never appears
access.log = /proc/self/fd/2
clear_env = no
; Ensure worker stdout and stderr are sent to the main error log.
catch_workers_output = yes
pm = dynamic
pm.max_children = 5
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3