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

   ## Summary
   
   `https://airflow.apache.org/registry/` works but 
`https://airflow.apache.org/registry` returns a 404.
   
   The proxy rewrite condition `^/registry/` requires the trailing slash, so 
bare `/registry` never matches and never gets proxied to CloudFront. This adds 
a 301 redirect from `/registry` to `/registry/` before the proxy block — 
standard practice for directory-like URLs.


-- 
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