From 89c57177517fc881a89c0a1cded4e51ae51277f7 Mon Sep 17 00:00:00 2001 From: dragondaddy Date: Mon, 7 Aug 2023 01:26:14 +0200 Subject: [PATCH] disable fail2ban config for now --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 9531f8f..7f57de2 100755 --- a/scripts/install +++ b/scripts/install @@ -87,7 +87,7 @@ ynh_add_nginx_config # ynh_use_logrotate # 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" #================================================= # APP INITIAL CONFIGURATION