16 lines
338 B
Plaintext
16 lines
338 B
Plaintext
error_log = /proc/self/fd/2
|
|
|
|
[www]
|
|
access.log = /proc/self/fd/1
|
|
access.format = "%R - %u %t \"%m %r%Q%q\" %s %f %{mili}d %{kilo}M %C%%"
|
|
catch_workers_output = yes
|
|
|
|
user = __APP_USER_NAME
|
|
group = __APP_GROUP_NAME
|
|
listen = 0.0.0.0:9000
|
|
pm = dynamic
|
|
pm.max_children = 5
|
|
pm.start_servers = 2
|
|
pm.min_spare_servers = 1
|
|
pm.max_spare_servers = 3
|