【发布时间】:2013-10-25 11:32:13
【问题描述】:
我尝试过用谷歌搜索,但没有找到解决问题的方法。我已经有一个域http://name.example.com。我在 heroku http://app.herokuapp.com 上托管了一个应用程序。我想使用 WHM/CPANEL 进行设置。我已经按照他们的文档中的描述在 heroku 上添加了子域
heroku domains:add www.name.example.com
运行heroku domains 输出两个url
=== myapp Domain Names
myapp.herokuapp.com
www.name.example.com
Heroku 从那时起说configure your DNS with a CNAME record pointing the subdomain to your app’s Heroku herokuapp.com hostname。我实际上不知道如何从 whm/cpanel 开始。任何有过此操作经验的人?
谢谢
【问题讨论】:
标签: ruby-on-rails heroku dns subdomain