From cc3ecea3847bddfeb62fc82d631dd2512fe86614 Mon Sep 17 00:00:00 2001 From: Chris Black Date: Tue, 23 Aug 2016 09:16:15 -0700 Subject: [PATCH] nginx-dos should block 443 as well. (#36) --- debian/resources/fail2ban/jail.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/resources/fail2ban/jail.local b/debian/resources/fail2ban/jail.local index c9a6949..09f48eb 100644 --- a/debian/resources/fail2ban/jail.local +++ b/debian/resources/fail2ban/jail.local @@ -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