From 19de506b607a1acbf0c3d9c14ba6046c4d3461c7 Mon Sep 17 00:00:00 2001 From: Ramil Valitov Date: Mon, 6 Jul 2020 23:54:50 +0300 Subject: [PATCH] [fix] status --- tests/all.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/all.sh b/tests/all.sh index 4d16aec..b6c4723 100644 --- a/tests/all.sh +++ b/tests/all.sh @@ -36,11 +36,6 @@ setupPool() { #Delete all active pools except www.conf: sudo find "$POOL_DIR" -name '*.conf' -type f -not -name 'www.conf' -exec rm -rf {} \; - #Add status path - sudo sed -i 's#;pm.status_path.*#pm.status_path = /php-fpm-status#' "$POOL_FILE" - #Set pool manager - sudo sed -i 's#pm = dynamic#pm = static#' "$POOL_FILE" - #Create new socket pools for ((c = 1; c <= MAX_POOLS; c++)); do POOL_NAME="static$c"