From ddfac2e06662f6639a71d2cc6fac0ade0e73872b Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 2 Dec 2021 15:42:37 -0800 Subject: [PATCH] proxies: work around reg path issue reg is putting a /static/ into asset path since it's upgrade. Just alias it to / here to avoid the problem for now. Hopefully we are going to be moving to quay.io and can stop caring about it. Fixes infra 10673 Signed-off-by: Kevin Fenzi --- .../templates/reversepassproxy.registry-generic.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.registry-generic.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.registry-generic.conf index d520d322fe..bf3f097304 100644 --- a/roles/httpd/reverseproxy/templates/reversepassproxy.registry-generic.conf +++ b/roles/httpd/reverseproxy/templates/reversepassproxy.registry-generic.conf @@ -88,6 +88,7 @@ SSLOptions +FakeBasicAuth Alias "/index/" "/srv/web/registry-index/index/" Alias "/app-icons/" "/srv/web/registry-index/icons/" Alias "/deltas/" "/srv/web/registry-index/deltas/" +Alias "/static/" "/srv/web/registry-index/" Options +FollowSymLinks