mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 02:29:58 +00:00
[BETA] Adjust Rate Limiting Values and Test REF: #281
This commit is contained in:
parent
50132199c5
commit
52448ec6dc
1 changed files with 0 additions and 2 deletions
|
@ -17993,8 +17993,6 @@ geo $ratelimited {
|
|||
# BAD BOT RATE LIMITING ZONE
|
||||
# Rate limiting will only take effect if on any User-Agents with a value of 2
|
||||
|
||||
#limit_conn_zone $bot_iplimit zone=bot2_connlimit:16m;
|
||||
#limit_req_zone $bot_iplimit zone=bot2_reqlimitip:16m rate=30r/m;
|
||||
limit_conn_zone $bot_iplimit zone=bot2_connlimit:16m;
|
||||
limit_req_zone $bot_iplimit zone=bot2_reqlimitip:16m rate=2r/s;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue