Skip to content

Commit

Permalink
grammar correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Myles Byrne committed Oct 20, 2011
1 parent 91e9bb9 commit 729496d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ server.on('upgrade', function(req, socket, head) {

### Configuring your Socket limits

By default, `node-http-proxy` will set a 100 socket limit for all `host:port` proxy targets. If you wish to change this you can two it in two ways:
By default, `node-http-proxy` will set a 100 socket limit for all `host:port` proxy targets. You can change this in two ways:

1. By passing the `maxSockets` option to `httpProxy.createServer()`
2. By calling `httpProxy.setMaxSockets(n)`, where `n` is the number of sockets you with to use.
Expand Down

0 comments on commit 729496d

Please sign in to comment.