I'm setting up a Geminabox repository, which is a Rack app (Sinatra based). I'm running the app on the Passenger standalone server.
Currently the app is being hosted off the root path, so it's available at :3000/
I need to host it off a non-root path, something like :3000/rubygems. I've not got a lot of experience with Rack apps or Passenger, so I'm not sure where I can accomplish this.
So, on an app stack composed of Passenger, Rack, and Sinatra, where could I easily configure this app to be hosted off of a non-root path like :3000/rubygems?