Node-http-proxy: Does http-proxy support unix domain sockets?

Created on 6 Apr 2015  路  1Comment  路  Source: http-party/node-http-proxy

I can't find any documentation on this.

docs

Most helpful comment

Sorry, I figured this out.

var proxy = new httpProxy.createProxyServer({
  target: {
    socketPath: './socket'
  }
});

>All comments

Sorry, I figured this out.

var proxy = new httpProxy.createProxyServer({
  target: {
    socketPath: './socket'
  }
});
Was this page helpful?
0 / 5 - 0 ratings

Related issues

WHK102 picture WHK102  路  5Comments

adi518 picture adi518  路  3Comments

robertjchristian picture robertjchristian  路  6Comments

lgzhang picture lgzhang  路  4Comments

damianchojna picture damianchojna  路  5Comments