mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
Merge pull request #666 from eiriklv/master
Fix simple-balancer example
This commit is contained in:
commit
e50846b967
@ -58,7 +58,7 @@ http.createServer(function (req, res) {
|
||||
//
|
||||
// ...and then the server you just used becomes the last item in the list.
|
||||
//
|
||||
addresses.push(target);
|
||||
addresses.push(target.target);
|
||||
}).listen(8021);
|
||||
|
||||
// Rinse; repeat; enjoy.
|
||||
Loading…
x
Reference in New Issue
Block a user