mirror of
https://github.com/quay/quay.git
synced 2026-01-26 06:21:37 +03:00
The download button on the Build Logs page in the new React UI was returning 404 because /buildlogs/<build_uuid> requests were not being proxied to the Flask backend. This adds /buildlogs to the nginx proxy pass regex pattern so the endpoint is accessible when using React UI. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>