From 32f927961e3de0f3719c4481a12ae213471efa96 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 11 Mar 2024 19:12:03 +0000 Subject: [PATCH] Reduce look back for forbidden request jail --- cookbooks/apache/recipes/default.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbooks/apache/recipes/default.rb b/cookbooks/apache/recipes/default.rb index b440dc388..f3a62fe43 100644 --- a/cookbooks/apache/recipes/default.rb +++ b/cookbooks/apache/recipes/default.rb @@ -112,6 +112,7 @@ fail2ban_jail "apache-forbidden" do filter "apache-forbidden" logpath "/var/log/apache2/access.log" ports [80, 443] + findtime "1m" maxretry 50 end -- 2.39.5