From 1590b93565db1847c61fb4a91e4aa3a2fc71f51c Mon Sep 17 00:00:00 2001 From: Chris Black Date: Tue, 23 Aug 2016 08:54:10 -0700 Subject: [PATCH] nginx-dos should block 443 as well. --- 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