[BETA] Adjust Rate Limiting Values and Test REF: #281

This commit is contained in:
Mitchell Krog 2019-07-26 09:22:24 +02:00
parent 50132199c5
commit 52448ec6dc
No known key found for this signature in database
GPG key ID: E02E9D10427B6A43

View file

@ -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;