nginx-upsync-module icon indicating copy to clipboard operation
nginx-upsync-module copied to clipboard

unix domain socket support

Open gfrankliu opened this issue 8 years ago • 2 comments

consul supports unix domain socket instead tcp port 8500 for http. https://www.consul.io/docs/agent/options.html#addresses Can upsync supports that? e.g.: instead of upsync 127.0.0.1:8500/v1/kv/upstreams/test can we do: upsync unix:///path/to/socket uri=/v1/kv/upstreams/test

gfrankliu avatar Feb 02 '17 22:02 gfrankliu

curl seems to support it http://superuser.com/questions/834307/can-curl-send-requests-to-sockets

gfrankliu avatar Feb 02 '17 22:02 gfrankliu

That will be cool.

xiaokai-wang avatar Feb 07 '17 02:02 xiaokai-wang