2024-02-01 18:05:08 -08:00
|
|
|
[www]
|
2024-04-10 16:06:56 +02:00
|
|
|
access.log = /proc/self/fd/2
|
|
|
|
|
|
|
|
; Ensure worker stdout and stderr are sent to the main error log.
|
|
|
|
catch_workers_output = yes
|
|
|
|
|
2024-03-31 15:49:09 +02:00
|
|
|
user = www-data
|
|
|
|
group = www-data
|
2024-04-10 16:06:56 +02:00
|
|
|
|
2024-02-01 18:05:08 -08:00
|
|
|
listen = 127.0.0.1:9000
|
2024-02-09 11:01:07 -08:00
|
|
|
pm = static
|
|
|
|
pm.max_children = 16
|
|
|
|
pm.start_servers = 2
|
2024-02-01 18:05:08 -08:00
|
|
|
pm.min_spare_servers = 1
|
2024-02-09 11:01:07 -08:00
|
|
|
pm.max_spare_servers = 3
|