forked from norman/fusionpbx-install.sh-github-mirror
nginx-dos should block 443 as well. (#36)
This commit is contained in:
2
debian/resources/fail2ban/jail.local
vendored
2
debian/resources/fail2ban/jail.local
vendored
@@ -93,7 +93,7 @@ maxretry = 10
|
||||
# 240 pages in 60 seconds, or 4p/s average, is suspicious)
|
||||
# Block for two full days.
|
||||
enabled = true
|
||||
port = 80
|
||||
port = 80,443
|
||||
protocol = tcp
|
||||
filter = nginx-dos
|
||||
logpath = /var/log/nginx/access*.log
|
||||
|
||||
Reference in New Issue
Block a user