Skip to content

Commit

Permalink
Adapting Caddyfile.excepted to new 403 response
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin François authored and cedricwider committed Oct 21, 2024
1 parent a8636b7 commit 93bc053
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion molecule/reverse-proxy/files/Caddyfile.expected
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ example.com {
}

handle @badbots {
abort
respond 403 {
body "Access forbidden."
}
}

@allowlist {
Expand Down

0 comments on commit 93bc053

Please sign in to comment.