It would be useful having the possibility to enable the error_log debug, but currently the executable is compiled without the --with-debug flag and then it cannot be used. See official reference here.
Probably, delivering two executable versions (nginx, nginx-debug) could be useful to maintain performance under high load in case of production usage.
It would be useful having the possibility to enable the error_log debug, but currently the executable is compiled without the
--with-debug
flag and then it cannot be used. See official reference here. Probably, delivering two executable versions (nginx, nginx-debug) could be useful to maintain performance under high load in case of production usage.