From 611a1b196154b083450a940d27dd3a94be2a3bf3 Mon Sep 17 00:00:00 2001 From: yawnt Date: Tue, 17 Sep 2013 10:38:25 +0200 Subject: [PATCH] [fix] add 0.10 link, fixes #459 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a7a8328..9c0ca04 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,9 @@ * Written entirely in Javascript * Easy to use API + +node-http-proxy is `<= 0.8.x` compatible, if you're looking for a `>= 0.10` compatible version please check [caronte](https://github.com/nodejitsu/node-http-proxy/tree/caronte) + ### When to use node-http-proxy Let's suppose you were running multiple http application servers, but you only wanted to expose one machine to the internet. You could setup node-http-proxy on that one machine and then reverse-proxy the incoming http requests to locally running services which were not exposed to the outside network.