Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated markdown docs to mention proxy rules
  • Loading branch information
donasaur committed Nov 21, 2015
1 parent f82ce18 commit eea79ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -328,6 +328,9 @@ proxyServer.on('upgrade', function (req, socket, head) {
proxyServer.listen(8015);
```

#### ProxyTable API
A proxy table API is available through through this add-on [module](https://github.com/donasaur/http-proxy-rules), which lets you define a set of rules to translate matching routes to target routes that the reverse proxy will talk to.

### Contributing and Issues

* Search on Google/Github
Expand Down
2 changes: 1 addition & 1 deletion UPGRADING.md
Expand Up @@ -94,4 +94,4 @@ The new API makes it really easy to implement code that behaves like the old Mid

### ProxyTable API

See this [link](http://blog.nodejitsu.com/node-http-proxy-1dot0/) for an example of how to add proxy table functionality using the new API.
See this [link](https://github.com/donasaur/http-proxy-rules/) for an add-on proxy rules module that you can use to simulate the old ProxyTable API.

0 comments on commit eea79ca

Please sign in to comment.