mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-23 14:51:31 +00:00
12 lines
216 B
Plaintext
12 lines
216 B
Plaintext
[www]
|
|
user = www-data
|
|
group = www-data
|
|
pm = ondemand
|
|
pm.max_children = 20
|
|
pm.process_idle_timeout = 20s
|
|
pm.max_requests = 800
|
|
listen = [::]:9001
|
|
access.log = /proc/self/fd/2
|
|
clear_env = no
|
|
catch_workers_output = yes
|