diff --git a/nginx/default.conf b/nginx/default.conf index 4e0c2e8..ef8db08 100644 --- a/nginx/default.conf +++ b/nginx/default.conf @@ -11,8 +11,7 @@ server { } #! location /v2 { -#! set $upstream ${REGISTRY_URL}; -#! proxy_pass $upstream; +#! proxy_pass ${REGISTRY_URL}; #! } #error_page 404 /404.html;