From 7499f0222e93d5f0acfa7f0be6369cbd67a8ebe6 Mon Sep 17 00:00:00 2001 From: Ludovic Poujol Date: Tue, 23 Feb 2021 11:07:29 +0100 Subject: [PATCH] Reorder lines in template fpm config for better readability --- scripts/web-add.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/web-add.sh b/scripts/web-add.sh index e86371b..5f51ec2 100755 --- a/scripts/web-add.sh +++ b/scripts/web-add.sh @@ -427,10 +427,11 @@ listen = ${phpfpm_socket_path} listen.owner = ${in_login} listen.group = ${in_login} -pm.status_path = /evolinux_fpm_status-$(apg -Mncl -n1 -m32) pm = ondemand +pm.status_path = /evolinux_fpm_status-$(apg -Mncl -n1 -m32) pm.max_children = 10 pm.process_idle_timeout = 10s + php_admin_value[error_log] = /home/${in_login}/log/php.log EOT step_ok "Création du pool FPM ${php_version}"