Skip to content

Commit 955e561

Browse files
committed
Added Gemfile usage info
1 parent 2d11734 commit 955e561

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.rdoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ This is a simple reverse proxy for Rack that pretty heavily rips off Rack Forwar
66
The gem is available on gemcutter. Assuming you have a recent version of Rubygems you should just be able to install it via:
77
gem install rack-reverse-proxy
88

9+
For your Gemfile use:
10+
gem "rack-reverse-proxy", :require => "rack/reverse_proxy"
11+
912
== Usage
1013
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 $.
1114

0 commit comments

Comments
 (0)