From cdcfcf3c66b149dcdcc66f4a81e76e66416c75c9 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 15 Mar 2020 15:02:57 +0000 Subject: [PATCH] Increase fail2ban threshold --- ansible/roles/gateway/files/haproxy-fail2ban-jail.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/gateway/files/haproxy-fail2ban-jail.conf b/ansible/roles/gateway/files/haproxy-fail2ban-jail.conf index 45e18e5..f19b266 100644 --- a/ansible/roles/gateway/files/haproxy-fail2ban-jail.conf +++ b/ansible/roles/gateway/files/haproxy-fail2ban-jail.conf @@ -2,7 +2,7 @@ enabled = true bantime = 600 findtime = 120 -maxretry = 10 +maxretry = 15 filter = haproxy-basic logpath = /var/log/haproxy.log port = http,https