We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upon creation, S3 error pages are set to return /error.html https://github.com/EagerIO/Stout/blob/master/src/admin.go#L27
/error.html
meanwhile CloudFront errors return /index.html to support single page web apps. https://github.com/EagerIO/Stout/blob/master/src/admin.go#L106
/index.html
this might be confusing/contradicting
The text was updated successfully, but these errors were encountered:
@zackbloom
Sorry, something went wrong.
So the general idea is to just kill the version which is assigned in S3? That makes sense to me.
Change S3 error page to index.html, closes #25
be68a0f
0976067
renandincer
No branches or pull requests
Upon creation, S3 error pages are set to return
/error.html
https://github.com/EagerIO/Stout/blob/master/src/admin.go#L27
meanwhile CloudFront errors return
/index.html
to support single page web apps.https://github.com/EagerIO/Stout/blob/master/src/admin.go#L106
this might be confusing/contradicting
The text was updated successfully, but these errors were encountered: