From 37ca8768abb7425135998c93fc15d437beeb5477 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Thu, 27 Jun 2019 13:10:15 +0200 Subject: [PATCH] FIX and TEST new template REF: #201 --- .dev-tools/globalblacklist-testing.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dev-tools/globalblacklist-testing.template b/.dev-tools/globalblacklist-testing.template index 87d83cf28..d0009285b 100644 --- a/.dev-tools/globalblacklist-testing.template +++ b/.dev-tools/globalblacklist-testing.template @@ -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=5; + limit_req_zone $bot_iplimit zone=bot2_reqlimitip:16m rate=6r/m; # ========================================== # END SECTION 4 - ACTIVATE BLOCKER FUNCTIONS