mirror of https://github.com/akaunting/docker.git
10 lines
131 B
Plaintext
10 lines
131 B
Plaintext
|
[global]
|
||
|
daemonize = no
|
||
|
|
||
|
[www]
|
||
|
listen = 9000
|
||
|
|
||
|
pm = dynamic
|
||
|
pm.max_children = 64
|
||
|
pm.process_idle_timeout = 2s
|
||
|
pm.max_requests = 1000
|