try disabling rack/cache
This commit is contained in:
parent
9bda77e757
commit
47765ba8c0
|
@ -35,7 +35,7 @@ class Travis::Web::App
|
|||
builder = Rack::Builder.new
|
||||
if options[:environment] == 'production'
|
||||
builder.use Rack::SSL
|
||||
builder.use Rack::Cache
|
||||
# builder.use Rack::Cache
|
||||
end
|
||||
builder.use Rack::Deflater
|
||||
builder.use Rack::Head
|
||||
|
|
Loading…
Reference in New Issue
Block a user