Removing "www." from domain in Node.JS
I've set up my server using AWS (Route53 + ElasticBeanstalk). Of course
Route53 won't let me set my CNAME to the apex of the domain, so I have to
put "www." in front of my domain. The domain is quite short so the www.
looks bad, and I want it gone! How can I accomplish this in Node.JS or
through the ElasticBeanstalk configuration? Thanks
No comments:
Post a Comment