Separate php-url-fopen logpath by newline

pull/869/head
Orion Poplawski 2014-11-28 22:04:09 -07:00
parent 72370d2574
commit d8867807f5
1 changed files with 2 additions and 1 deletions

View File

@ -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]