Try to set log_not_found <http://nginx.org/en/docs/http/ngx_http_core_module.html#log_not_found> to off
On Thu, Oct 30, 2014 at 11:56 AM, Igal @ getRailo.org <[email protected]> wrote: > hi, > > I am suppressing the access_log for images and other files in the /res/ > directory: > > location ^~ /res/ { > > error_page 404 /res/images/100candles-logo-square.png; > expires 14d; > access_log off; > } > > but I would like to log the 404s in the access_log > > how can I do that? > > TIA > > _______________________________________________ > nginx mailing list > [email protected] > http://mailman.nginx.org/mailman/listinfo/nginx >
_______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
