From 2906ba47f1827e49922329bad7d2cd6144dc6074 Mon Sep 17 00:00:00 2001 From: Ludovic Poujol Date: Mon, 22 Feb 2021 16:12:21 +0100 Subject: [PATCH] Add (random) status path php --- scripts/web-add.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/web-add.sh b/scripts/web-add.sh index cd8ca96..cbf7e0d 100755 --- a/scripts/web-add.sh +++ b/scripts/web-add.sh @@ -426,6 +426,8 @@ group = ${in_login} 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.max_children = 10 pm.process_idle_timeout = 10s