mirror of
https://github.com/quay/quay.git
synced 2026-01-26 06:21:37 +03:00
Fix PROJQUAY-6932: Add /logarchive endpoint to nginx config The /logarchive endpoint was missing from the nginx location regex, causing 404 errors when the new UI tries to retrieve archived build logs with FEATURE_PROXY_STORAGE: false. This fix adds /logarchive to the list of endpoints that are proxied to the web_app_server, allowing archived build logs to be properly retrieved through Quay's proxy.