What should I use for subdomain redirection? I want to create
webmail.mywebsite.com and then redirect it to gmail.com
I try to do that with nginx
server {
server_name webmail.mywebsite.com
301 https://www.gmail.com
}
But nothing happens when I try to open webmail.mywebsite.com
So I get idea that maybe I should use Route53 if so what do you think what record should I put ?