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 <kevin@scrye.com>
This commit is contained in:
parent
dd31639a9a
commit
ddfac2e066
1 changed files with 1 additions and 0 deletions
|
@ -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/"
|
||||
|
||||
<Directory “/srv/web/registry-index/index/">
|
||||
Options +FollowSymLinks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue