]> git.kaiwu.me - nginx.git/commit
Core: "-e" command line option.
authorIgor Ippolitov <iippolitov@nginx.com>
Thu, 19 Nov 2020 16:59:00 +0000 (16:59 +0000)
committerIgor Ippolitov <iippolitov@nginx.com>
Thu, 19 Nov 2020 16:59:00 +0000 (16:59 +0000)
commit7e1637a31631955aec753365c7149c64b216d47e
tree6472e10441473f30e95bd0b64a39b2335e308699
parent23597e97f52316ef024796c5f1b5ca0d70ecff31
Core: "-e" command line option.

When installing or running from a non-root user it is sometimes required to
override default, compiled in error log path. There was no way to do this
without rebuilding the binary (ticket #147).

This patch introduced "-e" command line option which allows one to override
compiled in error log path.
auto/configure
docs/man/nginx.8
src/core/nginx.c
src/core/ngx_cycle.c
src/core/ngx_cycle.h
src/core/ngx_log.c
src/core/ngx_log.h