1
0
Fork 0
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:
Alexandre Aubin 2024-01-14 22:49:05 +01:00 committed by GitHub
parent 9da9eb03e1
commit 87f6ddb74c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,7 @@ ynh_add_nginx_config
ynh_script_progression --message="Configuring fail2ban..." --weight=1 ynh_script_progression --message="Configuring fail2ban..." --weight=1
# Create the logfile, required before configuring fail2ban # 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 # 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>' 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>'