mirror of
https://github.com/YunoHost-Apps/baikal_ynh.git
synced 2024-09-03 18:16:11 +02:00
Update install: typo...
This commit is contained in:
parent
9da9eb03e1
commit
87f6ddb74c
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ ynh_add_nginx_config
|
|||
ynh_script_progression --message="Configuring fail2ban..." --weight=1
|
||||
|
||||
# Create the logfile, required before configuring fail2ban
|
||||
touch "/var/log/${domain}-error.log"
|
||||
touch "/var/log/nginx/${domain}-error.log"
|
||||
|
||||
# Create a dedicated fail2ban config
|
||||
ynh_add_fail2ban_config --logpath="/var/log/nginx/${domain}-error.log" --failregex='"PHP message: user \(name stripped-out\) authentication failure for Baikal" while reading response header from upstream, client: <HOST>'
|
||||
|
|
Loading…
Add table
Reference in a new issue