Browse Source

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.
tags/v1.18.0-dev
Fredrik Ekre 2 years ago
parent
commit
df31ac0e09
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docs/content/doc/usage/fail2ban-setup.en-us.md

+ 1
- 1
docs/content/doc/usage/fail2ban-setup.en-us.md View File

@@ -89,7 +89,7 @@ chain in **iptables**. Configure it in `/etc/fail2ban/jail.d/gitea-docker.conf`:
[gitea-docker]
enabled = true
filter = gitea
logpath = /home/git/gitea/log/gitea.log
logpath = /var/lib/gitea/log/gitea.log
maxretry = 10
findtime = 3600
bantime = 900

Loading…
Cancel
Save