From 6683d22d3f27b311c7c698e5c3fe4ffd362dfc36 Mon Sep 17 00:00:00 2001 From: Jose Luis Prado Date: Tue, 3 Dec 2013 13:05:50 -0200 Subject: [PATCH] Update roundrobin_proxy.js Not necessary to pass the frontend port, as it is already declared at the options object; --- examples/roundrobin_proxy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/roundrobin_proxy.js b/examples/roundrobin_proxy.js index c79d7b3..558018f 100644 --- a/examples/roundrobin_proxy.js +++ b/examples/roundrobin_proxy.js @@ -77,5 +77,5 @@ var server3 = http.createServer(function (req, res) { var ha = NodeHA(); ha.createServer(options); -ha.listen(8000); +ha.listen();