Allow GET/HEAD requesting by everything
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
b2ab563302
commit
89fc603a89
1 changed files with 7 additions and 2 deletions
|
@ -27,7 +27,12 @@ RewriteRule ^/signatures/(.*) /srv/web/registry-signatures/$1 [L]
|
||||||
|
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
||||||
<Location /v2>
|
<Location /v2>
|
||||||
|
<Limit GET HEAD>
|
||||||
|
require all granted
|
||||||
|
</Limit>
|
||||||
|
<LimitExcept GET HEAD>
|
||||||
require valid-user
|
require valid-user
|
||||||
</Location>
|
</LimitExcept>
|
||||||
|
</Location>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue