mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
Update install: stupid typo in fail2ban conf ...
This commit is contained in:
parent
2c01e8a5b3
commit
96b4ebdc63
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ ynh_script_progression --message="Upgrading fail2ban configuration..."
|
|||
touch "/var/log/${domain}-access.log"
|
||||
|
||||
# Create a dedicated Fail2Ban config
|
||||
ynh_add_fail2ban_config --logpath="/var/log/${domain}-access.log" --failregex="<HOST> .* \"GET /api/.*\" 401" --max_retry=5
|
||||
ynh_add_fail2ban_config --logpath="/var/log/nginx/${domain}-access.log" --failregex="<HOST> .* \"GET /api/.*\" 401" --max_retry=5
|
||||
|
||||
#=================================================
|
||||
# SPECIFIC SETUP
|
||||
|
|
Loading…
Reference in a new issue