mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-04 03:29:57 +00:00
Correction to Regex Expression
This commit is contained in:
parent
07da8a50f8
commit
7d5bb0d19a
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ _daemon = fail2ban\.actions\s*
|
||||||
# jail using this filter 'nginxrepeatoffender', or change this line!
|
# jail using this filter 'nginxrepeatoffender', or change this line!
|
||||||
_jailname = nginxrepeatoffender
|
_jailname = nginxrepeatoffender
|
||||||
|
|
||||||
failregex = ^<HOST> \- \S+ \[\] \"(GET|POST|HEAD) \/<block> \S+\" (?:403|444) .+$
|
failregex = ^<HOST> \- \S+ \[\] \"(GET|POST|HEAD) \/ \S+\" (?:403|444) .+$
|
||||||
ignoreregex =
|
ignoreregex =
|
||||||
|
|
||||||
[Init]
|
[Init]
|
||||||
|
|
Loading…
Add table
Reference in a new issue