Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Firefox + rewrite
ðÏÐÒÏÂÏ×ÁÌ ×ÏÔ ÔÁË, ×ÓÅÒÁ×ÎÏ ÎÅ
ÒÁÂÏÔÁÅÔ × ÆÏËÓÅ
if ($host = "www.syte.com" ) {
rewrite ^/(.*)$ https://www.syte.com/$1 permanent;
}
if ($host = "syte.com" ) {
rewrite ^/(.*)$ https://syte.com/$1 permanent;
}
Posted at Nginx Forum:
http://forum.nginx.org/read.php?21,217192,217195#msg-217195
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru
|