nginx-dos should block 443 as well. (#36)
This commit is contained in:
parent
0e3f626c6e
commit
cc3ecea384
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue