mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
fixed the typo
This commit is contained in:
parent
edfec967de
commit
501b98ec09
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ In */etc/fail2ban/jail.local* create a section for Friendica:
|
|||
bantime = 900
|
||||
filter = friendica
|
||||
port = http,https
|
||||
logpath = /var/log/friend.log
|
||||
logpath = /var/log/friendica.log
|
||||
logencoding = utf-8
|
||||
|
||||
And create a filter definition in */etc/fail2ban/filter.d/friendica.conf*:
|
||||
|
|
Loading…
Reference in a new issue