我有一个 django 应用程序部署到 0.0.0.0:8000 的数字海滴上。我也有一个来自谷歌域的域名。Google 域只是重定向到数字海洋名称服务器:
ns1.digitalocean.com
ns2.digitalocean.com
ns3.digitalocean.com
我的数字海洋域有一个A记录:
@ ip.address
这让我可以通过以下方式访问我的 django webapp:
http://domainName:8000
有没有办法可以将其配置为不包含端口号?就像是:
http://domainName