CloudFront for WordPress Origin same as alternative

0

I have a website under site.com and I want to leverage CloudFront to improve the performance. Can I specify site.com for both Origin Domain Name and Alternative Domain Name? If not what is the suggestion? Please consider SEO if I need to change the Url.

已提问 2 年前457 查看次数
1 回答
1
已接受的回答

You should use the actual DNS name/names you want for your website on the distribution CNAME settings (make sure you have a proper certificate for them, created on Amazon Certificate Manager for free)

The origin should be using a different DNS name, but no one will be able to see it, as all traffic should be fronted by CloudFront.

You need to make sure your Origin Request policy does not or does include the Host header, depending on the way the application is built, and the hostnames on which it "listens".

AWS
已回答 2 年前
  • Are you saying I should use something like origin.site.com for Origin Domain Name and site.com for Alternative Domain Name? Do I need to change something in WordPress for this? Is it just for getting the website IP address?

  • Depending on how you configured your website on Wordpress, but actually you can use CloudFront's Origin Request Policies to forward the origin Host header to your application, regardless of which DNS name was used to access it. In this case no changes are required on your WordPress.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则