Apache – How can Sinatra be configured to run within a virtual sub-directory of a reverse proxy?
I have an app in Sinatra that accepts requests at the root and with a name using: get '/' 'Root page' end get '/:name' #Some code here end When hosting the application behind a reverse-proxy using a sub-directory (i.e. http://some.thing/news…