I compiled the nginx on Ubuntu myself. I start my nginx with -c nginx.conf parameter. In my nginx.conf file, I try to turn off error log with but failed.
error_log /dev/null crit;
Still got the error message: nginx: [alert] could not open error log file: open() "/usr/nginx/logs/error.log" failed (2: No such file or directory)
How could I turn off this log or change its location?
error_logdeclaration (your line)? :) – Sean3z Nov 14 '12 at 2:43