We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f0cb3 commit 4e5b67cCopy full SHA for 4e5b67c
1 file changed
.docker/templates/default.conf.template
@@ -89,7 +89,7 @@ server {
89
# Define which paths to protect
90
location ~ ^/(flag/flag|admin|user/login) {
91
# Block bots on these paths only
92
- if ($http_user_agent ~* (bot|crawler|spider|scraper)) {
+ if ($http_user_agent ~* (bot|crawl|crawler|spider|scraper)) {
93
return 403;
94
}
95
0 commit comments