You've already forked nginxsnippets
initial commit
This commit is contained in:
15
block-bots.conf
Normal file
15
block-bots.conf
Normal file
@@ -0,0 +1,15 @@
|
||||
map $http_user_agent $bad_user_agent {
|
||||
|
||||
default 0;
|
||||
|
||||
"~*backdoor" 1;
|
||||
"~LieBaoFast" 1;
|
||||
"~AhrefsBot" 1;
|
||||
"~DotBot" 1;
|
||||
"~MauiBot" 1;
|
||||
"~MJ12Bot" 1;
|
||||
"~PetalBot" 1;
|
||||
"~PetalBot" 1;
|
||||
"~SEMrushBot" 1;
|
||||
"~UCBrowser" 1;
|
||||
}
|
Reference in New Issue
Block a user