mirror of https://github.com/fail2ban/fail2ban
fix monitoring wrong error log. was access log, should be error.log
parent
27c40a77a3
commit
c0256724a7
|
@ -399,7 +399,7 @@ logpath = %(nginx_access_log)s
|
|||
|
||||
[nginx-tls-fallback]
|
||||
port = http,https
|
||||
logpath = %(nginx_access_log)s
|
||||
logpath = %(nginx_error_log)s
|
||||
|
||||
# Ban attackers that try to use PHP's URL-fopen() functionality
|
||||
# through GET/POST variables. - Experimental, with more than a year
|
||||
|
|
Loading…
Reference in New Issue