From 6120a731d97b170e7902bf1c8c1da98b2ada4686 Mon Sep 17 00:00:00 2001 From: Bill Date: Mon, 4 Aug 2025 15:16:26 -0400 Subject: [PATCH] update nginx limit-req filter again (#4048) amend to #4047 - removes unused ngx_limit_con_zones parameter. --- config/filter.d/nginx-limit-req.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/config/filter.d/nginx-limit-req.conf b/config/filter.d/nginx-limit-req.conf index 51f4e08f..98235bb2 100644 --- a/config/filter.d/nginx-limit-req.conf +++ b/config/filter.d/nginx-limit-req.conf @@ -36,7 +36,6 @@ before = nginx-error-common.conf # ngx_limit_req_zones = lr_zone|lr_zone2 # ngx_limit_req_zones = [^"]+ -ngx_limit_con_zones = [^"]+ # Depending on limit_req_log_level directive (may be: info | notice | warn | error): __err_type = [a-z]+