On Tue, May 14, 2013 at 5:47 PM, Svoop <sv...@delirium.ch> wrote:

> Hi
>
> I'm setting a custom 404 page with:
>
> server {
>   ...
>   error_page 404 /errors/not-found.html;
> }

...
>
> Any idea what I'm doing wrong here?
>
> Thanks!
>

Looks like your 404s are being generated by a backend, not by nginx. You
may want to use fastcgi_intercept_errors / proxy_intercept_errors.
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to