Disable rack rewrite
This commit is contained in:
parent
530179fdf8
commit
2f95c33b39
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue