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();