Disable rack rewrite

This commit is contained in:
Seth Vargo 2015-01-02 16:31:03 -05:00
parent 530179fdf8
commit 2f95c33b39
1 changed files with 0 additions and 5 deletions

View File

@ -4,11 +4,6 @@ require "rack/contrib/response_headers"
require "rack/contrib/static_cache"
require "rack/contrib/try_static"
require "rake/rewrite"
use Rack::Rewrite do
r301 "/downloads_web_ui.html", "/downloads.html"
end
# Properly compress the output if the client can handle it.
use Rack::Deflater