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
1425067b79
commit
606e46c0a3
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@
|
|||
# failregex = ^<HOST> .* "(GET|POST|HEAD).*HTTP.*" (403|404|429) .*
|
||||
# failregex = ^<HOST> .* "(GET|POST|HEAD).*HTTP.*" ([45]\d\d) .*
|
||||
# ignoreregex =.*(robots.txt|favicon.ico|jpg|png)
|
||||
failregex = ^<HOST> .* HTTP.* (403|404|429) .*$
|
||||
failregex = ^<HOST> .* HTTP.* (403|429) .*$
|
||||
ignoreregex = ^.*(\/(?:robots\.txt|favicon\.ico|.*\.(?:jpg|png|gif|jpeg|svg|webp|bmp|tiff|css|js|woff|woff2|eot|ttf|otf))$)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue