kaxil opened a new pull request, #1459:
URL: https://github.com/apache/airflow-site/pull/1459

   ## Summary
   
   Adds the same `.htaccess` rules already deployed on staging to proxy 
`/registry/` through CloudFront:
   
   1. **Trailing-slash redirect** — `RewriteRule ^registry$ /registry/ 
[R=301,L]`
   2. **CloudFront proxy** — adds `RewriteCond %{REQUEST_URI} ^/registry/` so 
the registry (served from S3 via CloudFront, like `/docs` and `/schemas`) gets 
proxied correctly
   
   These rules are already live on the staging site 
([ref](https://github.com/apache/airflow-site/blob/25c9a953e299bb839ef2fb62c188b8cb2f35f698/landing-pages/site/static/.htaccess)).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to