mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-01 18:19:55 +00:00
Update blockbots.conf
Default - Super Rate Limiting Commented Out User must decide if they want to use it Ref: #568
This commit is contained in:
parent
3a74c7bbe7
commit
19b20de56a
1 changed files with 5 additions and 2 deletions
|
@ -54,8 +54,11 @@
|
||||||
|
|
||||||
limit_conn bot2_connlimit 10;
|
limit_conn bot2_connlimit 10;
|
||||||
limit_req zone=bot2_reqlimitip burst=10;
|
limit_req zone=bot2_reqlimitip burst=10;
|
||||||
limit_conn bot4_connlimit 10;
|
|
||||||
limit_req zone=bot4_reqlimitip burst=10;
|
# Uncomment below lines for super rate limiting feature
|
||||||
|
#limit_conn bot4_connlimit 10;
|
||||||
|
#limit_req zone=bot4_reqlimitip burst=10;
|
||||||
|
|
||||||
if ($bad_bot = '3') {
|
if ($bad_bot = '3') {
|
||||||
return 444;
|
return 444;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue