map $host $tld { default $host; '~^www\.(?<domain>.*)$' $domain;}
map $host $tld {
default $host;
'~^www\.(?<domain>.*)$' $domain;
}