From 6d15f2d0e0b9661929b7916a7623fff0f6570b08 Mon Sep 17 00:00:00 2001 From: Pierre-Amiel Giraud Date: Wed, 16 Feb 2022 11:06:55 +0100 Subject: [PATCH] Remove fail2ban config --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 495a551..ab502b7 100644 --- a/scripts/install +++ b/scripts/install @@ -367,10 +367,10 @@ ynh_add_fpm_config #================================================= # SETUP FAIL2BAN #================================================= -ynh_script_progression --message="Configuring Fail2Ban..." --time --weight=1 +#ynh_script_progression --message="Configuring Fail2Ban..." --time --weight=1 # Create a dedicated Fail2Ban config -ynh_add_fail2ban_config --logpath="/var/log/nginx/${domain}-error.log" #--failregex="Regex to match into the log for a failed login" +#ynh_add_fail2ban_config --logpath="/var/log/nginx/${domain}-error.log" --failregex="Regex to match into the log for a failed login" #================================================= # SETUP SSOWAT