From 62bfe669859ee7f538e4ee7890ccc0cfb5be63f4 Mon Sep 17 00:00:00 2001 From: Paul Walko Date: Sun, 25 Aug 2019 17:06:49 -0400 Subject: [PATCH] remove jail file --- docker-fogcutter/nginx/jail.local | 46 ------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 docker-fogcutter/nginx/jail.local diff --git a/docker-fogcutter/nginx/jail.local b/docker-fogcutter/nginx/jail.local deleted file mode 100644 index 07ba140..0000000 --- a/docker-fogcutter/nginx/jail.local +++ /dev/null @@ -1,46 +0,0 @@ -# This is the custom version of the jail.conf for fail2ban -# Feel free to modify this and add additional filters -# Then you can drop the new filter conf files into the fail2ban-filters -# folder and restart the container - -[DEFAULT] - -# "bantime" is the number of seconds that a host is banned. -bantime = 600 - -# A host is banned if it has generated "maxretry" during the last "findtime" -# seconds. -findtime = 600 - -# "maxretry" is the number of failures before a host get banned. -maxretry = 5 - - -[ssh] - -enabled = false - - -[nginx-http-auth] - -enabled = true -filter = nginx-http-auth -port = http,https -logpath = /config/log/nginx/error.log - - -[nginx-badbots] - -enabled = true -port = http,https -filter = nginx-badbots -logpath = /config/log/nginx/access.log -maxretry = 2 - - -[nginx-botsearch] - -enabled = true -port = http,https -filter = nginx-botsearch -logpath = /config/log/nginx/access.log