Heroku Custom Domain Not Working

前端 未结 3 1428
难免孤独
难免孤独 2020-12-28 21:43

What is the correct way to connect a Heroku app with a custom domain?

This is how I did it in the past:

  1. Point Godaddy\'s DNS to heroku\'s provided t

3条回答
  •  天命终不由人
    2020-12-28 22:07

    Heroku domains:add www.yourwebsite.com --app  
    

    This is the best way to do it as it needs to know which specific app to point to.

提交回复
热议问题