Merge pull request #869 from opoplawski/logpath

Separate php-url-fopen logpath by newline
This commit is contained in:
Yaroslav Halchenko 2014-11-29 09:50:42 -05:00
commit 4a620aa2ba

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]