mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
typo in indent (spaces to tabs)
This commit is contained in:
parent
f917b4346b
commit
fbf89e8cdd
1 changed files with 1 additions and 1 deletions
|
|
@ -1185,7 +1185,7 @@ class Fail2banServerTest(Fail2banClientServerBase):
|
|||
'jails': (
|
||||
'[nginx-blck-lst]',
|
||||
'backend = polling',
|
||||
'usedns = no',
|
||||
'usedns = no',
|
||||
'logpath = %(tmp)s/blck-failures.log',
|
||||
'action = nginx-block-map[blck_lst_reload="", blck_lst_file="%(tmp)s/blck-lst.map"]',
|
||||
'filter =',
|
||||
|
|
|
|||
Loading…
Reference in a new issue