diff options
author | Florian Hübner <fhuebner@posteo.de> | 2019-11-11 02:33:28 +0100 |
---|---|---|
committer | techknowlogick <techknowlogick@gitea.io> | 2019-11-10 20:33:28 -0500 |
commit | 0e281384b56ff74ad795680a63cb574a27c2fdc1 (patch) | |
tree | f0a4888e6f29d3d0711c9876536b01f3149dfd46 /docs/content | |
parent | ee1d64ddd1456764de692fcdeb42db1398fcf97b (diff) | |
download | gitea-0e281384b56ff74ad795680a63cb574a27c2fdc1.tar.gz gitea-0e281384b56ff74ad795680a63cb574a27c2fdc1.zip |
Fix typo in doc (#8914)
Fix typo in doc fail2ban-setup.md
Diffstat (limited to 'docs/content')
-rw-r--r-- | docs/content/doc/usage/fail2ban-setup.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/usage/fail2ban-setup.md b/docs/content/doc/usage/fail2ban-setup.md index 922c71f93d..59f4db2f11 100644 --- a/docs/content/doc/usage/fail2ban-setup.md +++ b/docs/content/doc/usage/fail2ban-setup.md @@ -13,7 +13,7 @@ menu: identifier: "fail2ban-setup" --- -# Fail2ban setup to block users after failed login attemts +# Fail2ban setup to block users after failed login attempts **Remember that fail2ban is powerful and can cause lots of issues if you do it incorrectly, so make sure to test this before relying on it so you don't lock yourself out.** |