registry: handle stg redirect too
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
926b12b2a5
commit
719417e668
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ RewriteRule ^/v2/(.*)/blobs/([a-zA-Z0-9:]*) https://cdn.registry.fedoraproject.o
|
|||
{% endif %}
|
||||
|
||||
# registry.fedoraproject.org web interface previously served by reg-server
|
||||
RewriteCond %{HTTP_HOST} ^registry\.fedoraproject\.org$
|
||||
RewriteCond %{HTTP_HOST} ^registry\{{env_suffix}}\.fedoraproject\.org$
|
||||
RewriteRule ^(index\.html|repo(.)*)?$ https://quay.io/organization/fedora/ [R=301,L]
|
||||
|
||||
# This is terible, but Docker.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue