Fail2ban for owncloud should user STORAGE_ROOT instead of hardcoded path

This commit is contained in:
Michael Kroes
2016-04-10 13:02:51 +02:00
parent eda3328e78
commit f2da513f5a
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -2,6 +2,6 @@
enabled = true
port = http,https
filter = miab-owncloud
logpath = /home/user-data/owncloud/owncloud.log
logpath = STORAGE_ROOT/owncloud/owncloud.log
maxretry = 20
findtime = 30