From af4e9281d8c5b97fd27575144d6426ac1ce63402 Mon Sep 17 00:00:00 2001 From: Pierre-Amiel Giraud Date: Wed, 16 Feb 2022 11:03:43 +0100 Subject: [PATCH] Change fail2ban config --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index c783514..495a551 100644 --- a/scripts/install +++ b/scripts/install @@ -370,7 +370,7 @@ ynh_add_fpm_config 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