Попробовал вот так, всеравно не
работает в фоксе
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