Skip to content

Commit

Permalink
Remove etags for the moment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarnette committed Sep 17, 2011
1 parent 0289124 commit de7e23e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config.ru
Expand Up @@ -5,6 +5,5 @@ use Rack::Rewrite do
rewrite "/", "/index.html"
end

use Rack::ETag
use Rack::Static, :urls => %w(/), :root => "public"
run Rack::Directory.new("public")

0 comments on commit de7e23e

Please sign in to comment.