mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Separate php-url-fopen logpath by newline
This commit is contained in:
parent
72370d2574
commit
d8867807f5
1 changed files with 2 additions and 1 deletions
|
|
@ -302,7 +302,8 @@ logpath = %(nginx_error_log)s
|
|||
[php-url-fopen]
|
||||
|
||||
port = http,https
|
||||
logpath = %(nginx_access_log)s %(apache_access_log)s
|
||||
logpath = %(nginx_access_log)s
|
||||
%(apache_access_log)s
|
||||
|
||||
|
||||
[suhosin]
|
||||
|
|
|
|||
Loading…
Reference in a new issue