Date: Thu, 4 Oct 2012 16:46:48 +0200 From: Cos <rosettas@gmail.com> To: freebsd-questions <freebsd-questions@freebsd.org> Subject: nginx log empty Message-ID: <CAKV%2BxLABqacorOSyp0QqOdkrRjAZ%2B7%2B9JuxMSYPqgZv4d0qDXA@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Dear All
My system is FreeBSD 9 with latest version nginx.
Here is my conf file content:
#user www;
worker_processes 1;
#error_log /var/log/nginx/error.log;
#pid logs/nginx.pid;
events {
worker_connections 1024;
}
The problem is I can not see anything from /var/log/nginx-error.log,
all error logs outputed to screen directly.
I have tried uncomment above user and error_log options to specify
error_log directory or user account. But same issue..
Please suggest.
--
with kind regards
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAKV%2BxLABqacorOSyp0QqOdkrRjAZ%2B7%2B9JuxMSYPqgZv4d0qDXA>
