fix docker/nginx/conf.d/client.conf
This commit is contained in:
parent
abbcb1a7d8
commit
4a3fafa9e5
|
@ -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 {
|
||||
|
|
Reference in New Issue