23

我的应用程序在 tradespring.heroku.com 上运行良好(我想。好吧,无论如何我都能完美地看到它)。因此,我输入了一条 CNAME 记录,该记录将我的域(tradespring.net)与别名 www 重定向到 tradespring.heroku.com。但是当我进入 www.tradespring.net 时,它说找不到 heroku 应用程序。

当我刚进入 tradespring.heroku.com 时,它工作正常。它确实会自动将其更改为https://tradespring.heroku.com。为什么它不能通过 CNAME 工作

4

2 回答 2

55

heroku domains:add www.tradespring.net

于 2012-07-24T21:02:51.643 回答
4

这是因为 CNAME 条目正在重定向到 heroku,但从“tradespring.net”请求 heroku。没关系,它应该以这种方式工作。现在我假设您必须配置 heroku 以响应对您的域的请求。

这是heroku自定义域的教程:

https://devcenter.heroku.com/articles/custom-domains

于 2012-07-24T20:34:50.397 回答