mirror of
https://github.com/Adam-Ant/media-server-in-a-box
synced 2024-11-14 08:26:21 +00:00
22 lines
490 B
Plaintext
22 lines
490 B
Plaintext
[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
|