Jiggle the FPM config

This commit is contained in:
2021-08-26 12:45:06 +02:00
parent 5d1851e5b7
commit 5fa78c96dc
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
export FPM_TUNE_VERSION="v1"
export FPM_TUNE_VERSION="v2"
export NGINX_CONF_VERSION="v2"
NC_APP_DIR="app:/var/www/html"

View File

@ -1,5 +1,5 @@
pm = dynamic
pm.max_children = 120
pm.start_servers = 12
pm.min_spare_servers = 6
pm.max_spare_servers = 18
pm.max_children = 131
pm.start_servers = 32
pm.min_spare_servers = 32
pm.max_spare_servers = 98