Skip to content

Commit

Permalink
Remove /.phpfpm/status route test
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Sep 24, 2023
1 parent a5b4383 commit 124c588
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 124c588

Please sign in to comment.