回答編集履歴
1
amazon cloud front
test
CHANGED
@@ -9,3 +9,7 @@
|
|
9
9
|
|
10
10
|
|
11
11
|
hoge.com/work と記述した場合は、ファイルを work と、指定されているので index.html ではないファイルを表示しています。
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
Amazon CloudFront の場合、[デフォルトのルートオブジェクトを指定する](https://docs.aws.amazon.com/ja_jp/AmazonCloudFront/latest/DeveloperGuide/DefaultRootObject.html)ことで、index.html以外のコンテンツを表示させれるようになるそうです
|