update things for new names
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
parent
5840621a79
commit
d370e3dc7a
6 changed files with 10 additions and 10 deletions
|
@ -12,7 +12,7 @@ RewriteRule ^/v2/(.*)/blobs/([a-zA-Z0-9:]*) https://cdn.registry.fedoraproject.o
|
|||
|
||||
# This is terible, but Docker.
|
||||
RewriteCond %{REQUEST_METHOD} ^(PATCH|POST|PUT|DELETE)$
|
||||
RewriteRule ^/v2/(.*)$ http://docker-registry02:5000/v2/$1 [P,L]
|
||||
RewriteRule ^/v2/(.*)$ http://oci-registry02:5000/v2/$1 [P,L]
|
||||
RewriteRule ^/v2/(.*)$ http://localhost:6081/v2/$1 [P,L]
|
||||
|
||||
DocumentRoot /srv/web/registry-index/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue