Skip to content

Commit

Permalink
Don't use rack-cache, because Heroku will cache in Varnish
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Apr 3, 2012
1 parent c2e47b3 commit d100203
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions config.ru
Original file line number Diff line number Diff line change
@@ -1,9 +1,2 @@
require './app'

require 'rack/cache'
use Rack::Cache,
:verbose => true,
:metastore => 'file:tmp/cache/rack/meta',
:entitystore => 'file:tmp/cache/rack/body'

run Sinatra::Application

0 comments on commit d100203

Please sign in to comment.