mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
fix balancer example
This commit is contained in:
parent
f6bac7b257
commit
9df4bc1e12
@ -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