nginx-dos should block 443 as well. (#36)

This commit is contained in:
Chris Black 2016-08-23 09:16:15 -07:00 committed by FusionPBX
parent 0e3f626c6e
commit cc3ecea384
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ maxretry = 10
# 240 pages in 60 seconds, or 4p/s average, is suspicious) # 240 pages in 60 seconds, or 4p/s average, is suspicious)
# Block for two full days. # Block for two full days.
enabled = true enabled = true
port = 80 port = 80,443
protocol = tcp protocol = tcp
filter = nginx-dos filter = nginx-dos
logpath = /var/log/nginx/access*.log logpath = /var/log/nginx/access*.log