mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
Update install
This commit is contained in:
parent
40062f3c5f
commit
2268d43f8e
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ touch /var/log/$app/$app.log
|
|||
chown -R $app:www-data /var/log/$app/
|
||||
|
||||
# Use logrotate to manage application logfile(s)
|
||||
ynh_use_logrotate
|
||||
ynh_use_logrotate --logfile="/var/log/$app/$app.log"
|
||||
|
||||
# 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"
|
||||
|
|
Loading…
Add table
Reference in a new issue