我有我自己的域名注册亚马逊。我也有一个route53托管的域名专区。我想将所有传入的请求重定向到notion.so页面。(https和HTTP)
我如何在was中做到这一点。
有关云For解决方案的参考信息,请访问此链接https://medium.com/@TarasPyoneer/how-to-set-up-a-custom-domain-for-your-homepage-in-notion-53fa3d54f848
发布于 2020-12-21 17:44:21
按照这里的指南操作:https://aws.amazon.com/premiumsupport/knowledge-center/redirect-domain-route-53/
对于https,您可能想要查看cloudfront (如果您遵循上面的步骤,您将只获得http):https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-https.html
最后一个链接(它通过遍历控制台显示所有e2e ):https://dev.to/marklocklear/redirecting-a-domain-with-https-using-amazon-s3-and-cloudfront-526h
发布于 2020-12-21 18:24:44
如果"notion.so“是您的域。
添加记录类型"A",添加您的服务器Ec2实例的公网IP地址或弹性公网IP作为其值Ex,"192.198.0.1“
和添加值为"www.notion.so"的另一个名为"CNAME"的记录
https://stackoverflow.com/questions/65390438
复制相似问题