A debugging log | ![]() news about download security advisories documentation introduction howto wiki links support |
To enable a debugging log, you first should configure nginx to build with the debugging: ./configure --with-debug ...
and then set the error_log /path/to/log debug;
The nginx/Windows binary version is always built with the debugging log
support. Therefore, you should set the Note, that a defining log on another level, for example, on server level disables the debugging log for this server:
You should either comment out this server log or add
the
It is also possible to enable the debugging log only for some addresses:
|