We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d11734 commit 955e561Copy full SHA for 955e561
README.rdoc
@@ -6,6 +6,9 @@ This is a simple reverse proxy for Rack that pretty heavily rips off Rack Forwar
6
The gem is available on gemcutter. Assuming you have a recent version of Rubygems you should just be able to install it via:
7
gem install rack-reverse-proxy
8
9
+For your Gemfile use:
10
+ gem "rack-reverse-proxy", :require => "rack/reverse_proxy"
11
+
12
== Usage
13
Matchers can be a regex or a string. If a regex is used, you can use the subcaptures in your forwarding url by denoting them with a $.
14
0 commit comments