mirror of https://github.com/fail2ban/fail2ban
typo in indent (spaces to tabs)
parent
f917b4346b
commit
fbf89e8cdd
|
@ -1185,7 +1185,7 @@ class Fail2banServerTest(Fail2banClientServerBase):
|
||||||
'jails': (
|
'jails': (
|
||||||
'[nginx-blck-lst]',
|
'[nginx-blck-lst]',
|
||||||
'backend = polling',
|
'backend = polling',
|
||||||
'usedns = no',
|
'usedns = no',
|
||||||
'logpath = %(tmp)s/blck-failures.log',
|
'logpath = %(tmp)s/blck-failures.log',
|
||||||
'action = nginx-block-map[blck_lst_reload="", blck_lst_file="%(tmp)s/blck-lst.map"]',
|
'action = nginx-block-map[blck_lst_reload="", blck_lst_file="%(tmp)s/blck-lst.map"]',
|
||||||
'filter =',
|
'filter =',
|
||||||
|
|
Loading…
Reference in New Issue