mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-24 15:40:12 +01:00
14 lines
250 B
Plaintext
14 lines
250 B
Plaintext
[www]
|
|
access.log = /proc/self/fd/2
|
|
|
|
; Ensure worker stdout and stderr are sent to the main error log.
|
|
catch_workers_output = yes
|
|
decorate_workers_output = no
|
|
|
|
user = www-data
|
|
group = www-data
|
|
|
|
listen = 127.0.0.1:9000
|
|
pm = static
|
|
pm.max_children = 16
|