FIX and TEST new template REF: #201

This commit is contained in:
Mitchell Krog 2019-06-27 12:49:28 +02:00
parent fef860bcac
commit 66bc862e88
No known key found for this signature in database
GPG key ID: C243C388553EDE5D
2 changed files with 3 additions and 6 deletions

View file

@ -17992,7 +17992,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=6r/m burst=1;
limit_req_zone $bot_iplimit zone=bot2_reqlimitip:16m rate=6r/m burst=1;
# ==========================================
# END SECTION 4 - ACTIVATE BLOCKER FUNCTIONS