Skip to content

Commit 642e9cc

Browse files
committed
Merge pull request http-party#910 from nodejitsu/proxy-table-readme
Updated markdown docs to mention proxy rules module
2 parents f82ce18 + eea79ca commit 642e9cc

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,9 @@ proxyServer.on('upgrade', function (req, socket, head) {
328328
proxyServer.listen(8015);
329329
```
330330

331+
#### ProxyTable API
332+
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.
333+
331334
### Contributing and Issues
332335

333336
* Search on Google/Github

UPGRADING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ The new API makes it really easy to implement code that behaves like the old Mid
9494

9595
### ProxyTable API
9696

97-
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.
97+
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 commit comments

Comments
 (0)