Commit 198000fe authored by Marak Squires's avatar Marak Squires

updating docs

parent 0a2eaaa7
......@@ -39,7 +39,6 @@ Let's suppose you were running multiple http application servers, but you only w
http.createServer(function (req, res){
var proxy = new httpProxy;
proxy.init(req, res);
sys.puts('proxying request to http://localhost:9000');
proxy.proxyRequest('localhost', '9000', req, res);
}).listen(8000);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment