mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
update nginx limit-req filter again (#4048)
amend to #4047 - removes unused ngx_limit_con_zones parameter.
This commit is contained in:
parent
e16e982a45
commit
6120a731d9
1 changed files with 0 additions and 1 deletions
|
|
@ -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]+
|
||||
|
|
|
|||
Loading…
Reference in a new issue