mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +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!
|
||||
_jailname = nginxrepeatoffender
|
||||
|
||||
failregex = ^<HOST> \- \S+ \[\] \"(GET|POST|HEAD) \/<block> \S+\" (?:403|444) .+$
|
||||
failregex = ^<HOST> \- \S+ \[\] \"(GET|POST|HEAD) \/ \S+\" (?:403|444) .+$
|
||||
ignoreregex =
|
||||
|
||||
[Init]
|
||||
|
|
Loading…
Add table
Reference in a new issue