diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.registry.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.registry.conf index 4bdd1b2ded..40e44d6cb4 100644 --- a/roles/httpd/reverseproxy/templates/reversepassproxy.registry.conf +++ b/roles/httpd/reverseproxy/templates/reversepassproxy.registry.conf @@ -16,10 +16,11 @@ RewriteRule ^/v2/(.*)/blobs/([a-zA-Z0-9:]*) https://cdn.registry.fedoraproject.o RewriteCond %{REQUEST_METHOD} ^(PATCH|POST|PUT|DELETE)$ {% if env == "staging" %} RewriteRule ^/(.*)$ http://docker-registry01:5000/$1 [P,L] +RewriteRule ^/(.*)$ http://localhost:6081/$1 [P,L] {% else %} RewriteRule ^/(.*)$ http://localhost:10048/$1 [P,L] -{% endif %} RewriteRule ^/(.*)$ http://localhost:6081/$1 [P,L] +{% endif %} SSLVerifyClient optional SSLVerifyDepth 1