diff --git a/scripts/change_url b/scripts/change_url index cae08dd..943a253 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -76,6 +76,17 @@ then ynh_store_file_checksum --file="/etc/nginx/conf.d/$new_domain.d/$app.conf" fi +#================================================= +# SETUP FAIL2BAN +#================================================= +ynh_script_progression --message="Configuring Fail2Ban..." --weight=10 + +# Remove the config file with $old_domain +ynh_remove_fail2ban_config + +# Add config file with $new_domain +ynh_add_fail2ban_config --logpath="/var/log/nginx/${new_domain}-error.log" --failregex="^.*authentication failure\" while reading response header from upstream, client: ,.*$" --max_retry=5 + #================================================= # SPECIFIC MODIFICATIONS #=================================================