fix docker/nginx/conf.d/client.conf

This commit is contained in:
Karol Wypchlo 2021-01-28 15:47:18 +01:00
parent abbcb1a7d8
commit 4a3fafa9e5
1 changed files with 1 additions and 1 deletions

View File

@ -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 {