Dear!
I have a a problem with domain have prefix www, I add these code to domain manager but it doesn't work, help me please!
if ($http_host !~ "^www.mydomain.com"){
rewrite ^(.*)$ $scheme://mydomain.com/$1 redirect;
}
if ($http_host !~ "^www\."){
rewrite ^(.*)$ https://.$http_host/$1 redirect;
}
I insert beside
location /
{
#code
}