diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 1f5decb..e94ab85 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -32,6 +32,9 @@ http { location / { resolver 127.0.0.11 valid=30s; set $upstream_registry registry; + + proxy_set_header X-Forwarded-Proto https + proxy_pass https://$upstream_registry:5000; } }