diff --git a/docker/nginx/conf.d/client.conf b/docker/nginx/conf.d/client.conf index 635df830..c1036a20 100644 --- a/docker/nginx/conf.d/client.conf +++ b/docker/nginx/conf.d/client.conf @@ -265,7 +265,7 @@ server { proxy_cache_bypass $cookie_nocache $arg_nocache; # add cache bypass option add_header X-Proxy-Cache $upstream_cache_status; # add response header to indicate cache hits and misses - http://127.0.0.1/skynet/registry$is_args$args; + proxy_pass http://127.0.0.1/skynet/registry$is_args$args; } location /skynet/registry {