mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
fix monitoring wrong error log. was access log, should be error.log
This commit is contained in:
parent
27c40a77a3
commit
c0256724a7
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue