我創建了一個用於爲靜態網站提供服務的cloudfront發行版。 S3是原始服務器。 現在,如果我們訪問雲端URL,它將重定向到S3位置。AWS Cloudfront重定向到S3存儲桶
d2s18t7gwlicql.cloudfront.net 或 test.telekha.in
在瀏覽器中它顯示 https://telekha-test-www.s3.ap-south-1.amazonaws.com/index.html#/dashboard
我期待https://test.telekha.in/#/dashboard
如果我通過捲曲訪問https://test.telekha.in返回我的index.html文件
如果我通過curl訪問http://test.telekha.in它返回
<html>
<head><title>301 Moved Permanently</title></head>
<body bgcolor="white">
<center><h1>301 Moved Permanently</h1></center>
<hr><center>CloudFront</center>
</body>
</html>
但在瀏覽器HTTP和HTTPS重定向到https://telekha-test-www.s3.ap-south-1.amazonaws.com/index.html#/
請讓我知道如何解決這個問題。
使用S3 URL配置原點可以使用可能不合需要的S3和CF網址提供內容。 – Kiril