Интересующий кусок конфига
if ($http_host != "www.example.com") {
rewrite ^ $scheme://www.example.com$request_uri permanent;
}
if ($http_host != "www.example.com") {
rewrite ^ https://www.example.com$request_uri permanent;
}
nginx 1.2.1