From 124c588eda6ea09b4b9e5a25b8db0bead58677f9 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Sun, 24 Sep 2023 11:23:01 +0200 Subject: [PATCH] Remove /.phpfpm/status route test --- test.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/test.sh b/test.sh index 29a0688..ec18002 100755 --- a/test.sh +++ b/test.sh @@ -32,7 +32,6 @@ echo "Running tests..." checkUrl "http://${TEST_ADDR}/" -I checkUrl "http://${TEST_ADDR}/.nginx/status" -I -checkUrl "http://${TEST_ADDR}/.phpfpm/status" -I checkUrl "http://${TEST_ADDR}/index.php" checkUrl "http://${TEST_ADDR}/robots.txt" -I checkUrl "http://${TEST_ADDR}/css/main.css" -I | grep -F "Cache-Control: max-age=315360000"