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:
parent
7dbb41a5d0
commit
1b3ca59a46
11 changed files with 672 additions and 1011 deletions
23
php-fpm.conf
23
php-fpm.conf
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue