Don't log 404 error

Sergey Kandaurov pluknet at nginx.com
Tue Oct 29 12:59:00 UTC 2019


> On 29 Oct 2019, at 15:45, Vincent M. <mouseless at free.fr> wrote:
> 
> Hello,
> 
> How not to log 404 errors:
> 
> 2019/10/29 12:42:09 [error] 469#469: *16382 open() "/var/www/website/fr/telecharger" failed (2: No such file or directory),
> 
> In my config I have:
> 
> error_log /var/log/nginx/website-error.log;
> 
> Because I use 404 for doing url rewriting and so they are not errors...
> 
> error_page 404 = /url_rewriting.php;
> 

http://nginx.org/r/log_not_found

-- 
Sergey Kandaurov



More information about the nginx mailing list