mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 02:29:58 +00:00
Adjust rate limiting value 30r/m [TEST] Template
This commit is contained in:
parent
25f7162a90
commit
c70315a800
1 changed files with 1 additions and 1 deletions
|
@ -17968,7 +17968,7 @@ geo $ratelimited {
|
|||
# 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=12r/m;
|
||||
limit_req_zone $bot_iplimit zone=bot2_reqlimitip:16m rate=30r/m;
|
||||
|
||||
# ==========================================
|
||||
# END SECTION 4 - ACTIVATE BLOCKER FUNCTIONS
|
||||
|
|
Loading…
Add table
Reference in a new issue