ПРОЕКТЫ 


  АРХИВ 


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: Firefox + rewrite



On Mon, Oct 24, 2011 at 09:22:06AM -0400, Fixid wrote:
> Попробовал вот так, всеравно не
> работает в фоксе
> 
> if ($host = "www.syte.com" ) {
> rewrite ^/(.*)$ https://www.syte.com/$1 permanent;
> }
> 
> if ($host = "syte.com" ) {
> rewrite ^/(.*)$ https://syte.com/$1 permanent;
> 
> }

http://nginx.org/en/docs/http/converting_rewrite_rules.html

А в браузере permanent может жить долго. Для экспериментов
лучше использовать временный редирект.


-- 
Igor Sysoev

_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru


 




Copyright © Lexa Software, 1996-2009.