複数Webアプリを1つのホストで立ち上げる方法 - ぽりぴぃすらいと nodejitsu/node-http-proxy - GitHub examples/proxy-table.js at master from nodejitsu/node-http-proxy - GitHub README.md at master from nodejitsu/node-http-proxy - GitHub Proxy requests using a ProxyTable のところ。 var options = { router: { 'localhost/foo': 'localhost:8001', 'localhost/bar': 'localhost:8002', 'localhost/baz': 'localhost:8003' } }; var httpProxy = requi