Hi,
I am currently developing a Rack-based application and want to redirect all file requests(e.g. filename.filetype) to a specified folder.
Rack::Static only supports file requests for a special folder(e.g. "/media").
Do I have to write an own Rack middleware or does a out-of-the-box solution exist?
Best regards