Correction to Regex Expression

This commit is contained in:
Mitchell Krog UB1 2017-01-12 17:16:12 +02:00
parent 07da8a50f8
commit 7d5bb0d19a

View file

@ -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]