ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА












     АРХИВ :: nginx-ru
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Не удается смен ить код внешнего ре директа в error_page



Видимо это багофича.
Сделайте как-то так
error_page 404 /404;
location /404 { internal; rewrite . http://domain.com permanent; }

test157@xxxxxxxx пишет:
Вот такая схема

error_page 404 =301 http://domain.com/;

даёт код 302

HTTP/1.x 302 Moved Temporarily
Location: http://domain.com/
Server: nginx/0.6.34

это корректное поведение?







 




Copyright © Lexa Software, 1996-2009.