Igor Sysoev Wrote:
-------------------------------------------------------
> On Wed, Oct 21, 2009 at 07:44:38AM -0400,
> mastercan wrote:
>
> > Maxim Dounin Wrote:
> >
> --------------------------------------------------
> -----
> > > - error_page 404 @fallback;
> > > + error_page 404 = @fallback;
> > >
> >
> > I guess this option with the = sign was added in
> one of the latest development versions?
>
> No:
Oh, you're right. The = sign is working under my version too, great.
I'm using
"error_page 404 = @fallback;"
now.
Thank you a lot for your support. Now the status code is always 200, as it should be.