HomeFreeBSD

www/nginx-devel: Change default log locations to avoid /var/log pollution

Description

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

Details

Provenance
osaAuthored on
Parents
rP422166: Do not littering /var/log by compiled-in error log.
Branches
Unknown
Tags
Unknown