http://wiki.nginx.org/CoreModule#error_log
原文链接:https://www.f2er.com/nginx/434865.html来自维基
Note that error_log off does not disable logging – the log will be
written to a file named “off”. To disable logging,you may use:
error_log /dev/null crit;