Merge pull request #869 from opoplawski/logpath

Separate php-url-fopen logpath by newline
pull/868/head^2
Yaroslav Halchenko 2014-11-29 09:50:42 -05:00
commit 4a620aa2ba
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]