Jiggle the FPM config
continuous-integration/drone/push Build is failing Details

This commit is contained in:
decentral1se 2021-08-26 12:45:06 +02:00
parent 5d1851e5b7
commit 5fa78c96dc
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
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