mirror of
https://github.com/kejilion/sh.git
synced 2025-10-03 23:34:20 +08:00
Update fail2ban-nginx-cc.conf
This commit is contained in:
parent
2ee4b33232
commit
9b633263b9
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
[Definition]
|
||||
# failregex = ^<HOST> .* "(GET|POST|HEAD).*HTTP.*" (404|503) .*$
|
||||
failregex = ^<HOST> .* "(GET|POST|HEAD).*HTTP.*" (404|503|444) .*
|
||||
# failregex = ^<HOST> .* "(GET|POST|HEAD).*HTTP.*" (404|503|444) .*
|
||||
failregex = ^<HOST> .* "(GET|POST|HEAD).*HTTP.*" ([45]\d\d) .*
|
||||
ignoreregex =.*(robots.txt|favicon.ico|jpg|png)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue