1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kanboard_ynh.git synced 2024-09-03 19:36:17 +02:00

Revert "Update change_url (#102)" (#103)

This reverts commit 02c294e66d.
This commit is contained in:
Éric Gaspar 2020-10-17 15:47:47 +02:00 committed by GitHub
parent 02c294e66d
commit 3a363e9243
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,17 +76,6 @@ 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: <HOST>,.*$" --max_retry=5
#=================================================
# SPECIFIC MODIFICATIONS
#=================================================