From de330f36c1992fe0b0c40064f91f99f540eb2504 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 7 Jun 2013 22:52:45 -0700 Subject: [PATCH] website: get rid of old hashicorp stuff --- website/config.ru | 3 --- 1 file changed, 3 deletions(-) diff --git a/website/config.ru b/website/config.ru index 03aea75b1..5cf4e322d 100644 --- a/website/config.ru +++ b/website/config.ru @@ -7,9 +7,6 @@ require "rack/contrib/try_static" # Properly compress the output if the client can handle it. use Rack::Deflater -# Redirect the legacy URLs that point to www.vagrantup.com -use HashiCorp::Rack::LegacyRedirect - # Set the "forever expire" cache headers for these static assets. Since # we hash the contents of the assets to determine filenames, this is safe # to do.