Skip to content

Commit df31ac0

Browse files
authored
Fixed log path in fail2ban documentation (#19103)
This updates the log path in the [gitea-docker] jail configuration to match the path in the [gitea] jail, which was updated in #13726.
1 parent 0b15a72 commit df31ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/doc/usage/fail2ban-setup.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ chain in **iptables**. Configure it in `/etc/fail2ban/jail.d/gitea-docker.conf`:
8989
[gitea-docker]
9090
enabled = true
9191
filter = gitea
92-
logpath = /home/git/gitea/log/gitea.log
92+
logpath = /var/lib/gitea/log/gitea.log
9393
maxretry = 10
9494
findtime = 3600
9595
bantime = 900

0 commit comments

Comments
 (0)