From 4a3fafa9e5b79ec53798182493ff30b856d249b3 Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Thu, 28 Jan 2021 15:47:18 +0100 Subject: [PATCH] fix docker/nginx/conf.d/client.conf --- docker/nginx/conf.d/client.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {