mirror of
https://github.com/go-gitea/gitea
synced 2024-11-07 09:15:53 +01:00
Fixed the log path on fail2ban page (#13726)
* Changed path from /home/git/gitea/log/gitea.log to /var/lib/gitea/log/gitea.log on the fail2ban page, so the log matches the instructions found on the following binary installation page: https://docs.gitea.io/en-us/install-from-binary/#create-required-directory-structure
This commit is contained in:
parent
7ab3633598
commit
5b75f17043
@ -41,7 +41,7 @@ Add our jail in `/etc/fail2ban/jail.d/gitea.conf`:
|
|||||||
[gitea]
|
[gitea]
|
||||||
enabled = true
|
enabled = true
|
||||||
filter = gitea
|
filter = gitea
|
||||||
logpath = /home/git/gitea/log/gitea.log
|
logpath = /var/lib/gitea/log/gitea.log
|
||||||
maxretry = 10
|
maxretry = 10
|
||||||
findtime = 3600
|
findtime = 3600
|
||||||
bantime = 900
|
bantime = 900
|
||||||
|
Loading…
Reference in New Issue
Block a user