Skip to content

Commit

Permalink
Do not use HEAD on index
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Sep 24, 2023
1 parent 124c588 commit 1f45a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ checkUrl() {

echo "Running tests..."

checkUrl "http://${TEST_ADDR}/" -I
checkUrl "http://${TEST_ADDR}/"
checkUrl "http://${TEST_ADDR}/.nginx/status" -I
checkUrl "http://${TEST_ADDR}/index.php"
checkUrl "http://${TEST_ADDR}/robots.txt" -I
Expand Down

0 comments on commit 1f45a49

Please sign in to comment.