K 10 svn:author V 3 osa K 8 svn:date V 27 2016-09-14T22:28:40.499079Z K 7 svn:log V 431 www/nginx-devel: Change default log locations to avoid /var/log pollution The nginx error log default will always be touched regardless of the value of the error_log directive in nginx.conf. This is not a bug. It also breaks shell tab completion for the sane default of /var/log/nginx. This change aligns the compiled-in default and the configuration default of error log to a new default /var/log/nginx directory. PR: 212416 END