Heroku and route 53

My registrar is godaddy and I am running my application on Heroku. I would like to use Route 53 to point to my applications.

Since heroku does not recommend names pointing to their proxy server, what is the setting I should use? (Or that this is the recommended way to configure this. I don't want to use the SimpleDNS, which they talk about in the hero tutorials).

Thank,

+5
source share
2 answers

I just finished writing the Naked Domain section in Heroku docs on Amazon Route 53 . This explains how to set up a 302 redirect from example.com to www.example.com using Amazon S3 and route 53.

+6

DNS Amazon Route 53. CNAME -app.herokuapp.com.

, heroku, "".

.

+1

All Articles