Closed teaforthecat closed 12 years ago
How would you use this within Rails as a Rack app? I'd like to do something like this within the routes file:
match '/other_site' => RackProxySubclass
See README for an example, it does exactly what you want to achieve.
How would you use this within Rails as a Rack app? I'd like to do something like this within the routes file:
match '/other_site' => RackProxySubclass