1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-08-02 12:24:52 +02:00

nix based docker

This commit is contained in:
Robin Appelman 2024-03-17 00:14:51 +01:00
commit 1b3ca59a46
11 changed files with 672 additions and 1011 deletions

View file

@ -1,6 +1,19 @@
[global]
log_limit = 8192
error_log = /proc/self/fd/2
daemonize = no
[www]
user = nobody
group = nobody
catch_workers_output = yes
clear_env = no
pm = dynamic;
pm.max_children = 250;
pm.start_servers = 75;
pm.min_spare_servers = 50;
pm.max_spare_servers = 200;
pm = dynamic
pm.max_children = 250
pm.start_servers = 75
pm.min_spare_servers = 50
pm.max_spare_servers = 200
access.log = /proc/self/fd/2
listen = 9000
access.log = /proc/self/fd/2