Skip to content
New issue

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

Handle requests for '/registry' #10294

Merged
merged 1 commit into from
Nov 23, 2023
Merged

Handle requests for '/registry' #10294

merged 1 commit into from
Nov 23, 2023

Conversation

cnunciato
Copy link
Contributor

@cnunciato cnunciato commented Nov 23, 2023

Presumably as of #10291, requests for /registry (sans trailing slash) no longer work. I believe this is because the CloudFront distribution is configured to route only requests for /registry/* (with trailing slash) to the Registry CDN, and that because there's no longer a directory at public/registry (the tutorials job had actually been supplying this), CloudFront has nothing to respond with. This change puts a file at registry/index.html to fix this.

@cnunciato cnunciato requested a review from sean1588 November 23, 2023 02:07
@cnunciato cnunciato merged commit 0e697f1 into master Nov 23, 2023
@cnunciato cnunciato deleted the cnunciato/redirect-fix branch November 23, 2023 02:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant