Nginx logs on a different path

Even though we have disabled nginx access log, it logs on a different
path.

/usr/local/nginx/

Does anyone know who does it?

regards

Asif A.

On 08/25/08 14:43, Asif A. wrote:

Even though we have disabled nginx access log, it logs on a different path.

/usr/local/nginx/

Does anyone know who does it?

You may check the configure script.

The configure script has access log disabled and nginx error log in
/var/logs/ngnix_error.log

regards

Asif A.

On Mon, Aug 25, 2008 at 12:42:44PM +0530, Asif A. wrote:

The configure script has access log disabled and nginx error log in
/var/logs/ngnix_error.log

How do you disbale access log via configure ?
There is no way to do it via configire.

Try

http {

 access_log  off;