mirror of https://github.com/fail2ban/fail2ban
BF: fix $ for % in jail.conf. Debian bug #767255
parent
7acddcbe4a
commit
36abb5ed96
|
@ -11,6 +11,7 @@ ver. 0.9.2 (2014/XX/XXX) - wanna-be-released
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
- Fixes:
|
- Fixes:
|
||||||
|
* $ typo in jail.conf. Thanks Skibbi. Debian bug #767255
|
||||||
|
|
||||||
- New Features:
|
- New Features:
|
||||||
|
|
||||||
|
|
|
@ -286,7 +286,7 @@ maxretry = 2
|
||||||
[apache-shellshock]
|
[apache-shellshock]
|
||||||
|
|
||||||
port = http,https
|
port = http,https
|
||||||
logpath = $(apache_error_log)s
|
logpath = %(apache_error_log)s
|
||||||
maxretry = 1
|
maxretry = 1
|
||||||
|
|
||||||
[nginx-http-auth]
|
[nginx-http-auth]
|
||||||
|
@ -723,4 +723,4 @@ port = 2222
|
||||||
[portsentry]
|
[portsentry]
|
||||||
enabled = false
|
enabled = false
|
||||||
logpath = /var/lib/portsentry/portsentry.history
|
logpath = /var/lib/portsentry/portsentry.history
|
||||||
maxretry = 1
|
maxretry = 1
|
||||||
|
|
Loading…
Reference in New Issue