1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-08-02 20:34:45 +02:00

fpm config

This commit is contained in:
Robin Appelman 2022-08-01 20:24:40 +02:00
commit 4d419bf263
2 changed files with 9 additions and 2 deletions

6
php-fpm.conf Normal file
View file

@ -0,0 +1,6 @@
clear_env = no
pm = dynamic;
pm.max_children = 250;
pm.start_servers = 75;
pm.min_spare_servers = 50;
pm.max_spare_servers = 200;