mirror of https://github.com/fail2ban/fail2ban
Merge pull request #869 from opoplawski/logpath
Separate php-url-fopen logpath by newlinepull/868/head^2
commit
4a620aa2ba
|
@ -302,7 +302,8 @@ logpath = %(nginx_error_log)s
|
||||||
[php-url-fopen]
|
[php-url-fopen]
|
||||||
|
|
||||||
port = http,https
|
port = http,https
|
||||||
logpath = %(nginx_access_log)s %(apache_access_log)s
|
logpath = %(nginx_access_log)s
|
||||||
|
%(apache_access_log)s
|
||||||
|
|
||||||
|
|
||||||
[suhosin]
|
[suhosin]
|
||||||
|
|
Loading…
Reference in New Issue