dynamic-reverse-proxy
Advanced tools
Comparing version 0.4.3 to 0.4.4
@@ -127,3 +127,4 @@ var httpProxy = require("http-proxy"), | ||
req.host = Object.create(host); | ||
res.setHeader("x-served-by", "http://" + host.host + ":" + host.port + host.prefix); | ||
this.proxy.proxyRequest(req, res, host); | ||
}; |
{ | ||
"author": "Andrew Dunkman <andrew@dunkman.org>", | ||
"name": "dynamic-reverse-proxy", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"repository": { | ||
@@ -9,3 +9,3 @@ "url": "git://github.com/softek/dynamic-reverse-proxy.git" | ||
"dependencies": { | ||
"http-proxy": "0.8.3" | ||
"http-proxy": "0.8.5" | ||
}, | ||
@@ -12,0 +12,0 @@ "engines": { |
6695
101
+ Addedhttp-proxy@0.8.5(transitive)
- Removedhttp-proxy@0.8.3(transitive)
Updatedhttp-proxy@0.8.5