Skip to content

Commit eea79ca

Browse files
committed
Updated markdown docs to mention proxy rules
1 parent f82ce18 commit eea79ca

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: README.md

+3
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

Diff for: UPGRADING.md

+1-1
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)