[英]How do I configure settings for my Python Flask app on GoDaddy
This app is working fine on heroku but how do i configure it on godaddy using custom domain. 此应用程序在heroku上运行良好,但如何使用自定义域在godaddy上进行配置。 When i navigate to custom domain, it redirects to mcc.godaddy.com.
当我导航到自定义域时,它将重定向到mcc.godaddy.com。 What all settings need to be changed.
所有需要更改的设置。
The solution is to add a correct CNAME record and wait till the value you entered has propagated. 解决方案是添加正确的CNAME记录,然后等到您输入的值传播为止。
Go to DNS management and make following changes: 转到DNS管理并进行以下更改:
In the 'Host' field enter 'www' and in 'Points to' field add 'yourappname.herokuapp.com' 在“主机”字段中输入“ www”,然后在“指向”字段中添加“ yourappname.herokuapp.com”
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.