From a4cc2542d19ba863e498e1995a56280f808ee7ff Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Sun, 16 Apr 2023 10:49:38 -0700 Subject: [PATCH] set default PHP-FPM pm.max_children --- bin/vhost.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/vhost.sh b/bin/vhost.sh index 4c61348..f6c68a1 100755 --- a/bin/vhost.sh +++ b/bin/vhost.sh @@ -12,6 +12,8 @@ fi # constants +FPM_MAX=4 + # functions function vhost::set-virtualhostArray () {