We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28fa81d commit 42e9967Copy full SHA for 42e9967
nginx.conf
@@ -333,7 +333,7 @@ echo "Docker configured with HTTPS_PROXY=$scheme://$http_host/"
333
}
334
335
# Don't send Authorization to /v2/ to trigger WWW-Authenticate; don't cache these
336
- location /v2/ {
+ location = /v2/ {
337
proxy_pass https://$targetHost;
338
proxy_set_header Authorization "";
339
proxy_cache off;
0 commit comments