Last active
May 24, 2019 16:01
-
-
Save matey-jack/fb8c9c29eed8188af883e33f29a50a35 to your computer and use it in GitHub Desktop.
S3-Website with CDN and Custom Domain via Terraform
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sdr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
"Condition": { | |
"HttpErrorCodeReturnedEquals": "404" | |
}, | |
"Redirect": { | |
"Protocol": "https", | |
"ReplaceKeyWith": "docs/" | |
} | |
}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment