For now, revert the combined registry, until blocking facts are fixed
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
8de476d74d
commit
c4157bb821
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ RewriteEngine on
|
|||
|
||||
RewriteRule ^/v2/latest/(.*) /v2/f27/$1 [R,L]
|
||||
|
||||
{% if env == "staging" %}
|
||||
{% if env == "staging-new" %}
|
||||
RewriteRule ^/v2/(.*) /v2/fedora/$1
|
||||
{% endif %}
|
||||
|
||||
|
@ -15,7 +15,7 @@ RewriteRule ^/signatures/(.*) /srv/web/registry-signatures/$1 [L]
|
|||
{% include './reversepassproxy.registry-generic.conf' %}
|
||||
|
||||
# Write access to docker-deployer only
|
||||
{% if env == "staging" %}
|
||||
{% if env == "staging-new" %}
|
||||
<Location /v2/fedora>
|
||||
<LimitExcept GET HEAD>
|
||||
Require user docker-registry-internal-stg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue