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.
tokarchuk/v1.17
Fredrik Ekre 3 years ago committed by GitHub
parent 0b15a729cf
commit df31ac0e09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/content/doc/usage/fail2ban-setup.en-us.md

@ -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