website: get rid of old hashicorp stuff
This commit is contained in:
parent
e8bfc95358
commit
de330f36c1
|
@ -7,9 +7,6 @@ require "rack/contrib/try_static"
|
||||||
# Properly compress the output if the client can handle it.
|
# Properly compress the output if the client can handle it.
|
||||||
use Rack::Deflater
|
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
|
# Set the "forever expire" cache headers for these static assets. Since
|
||||||
# we hash the contents of the assets to determine filenames, this is safe
|
# we hash the contents of the assets to determine filenames, this is safe
|
||||||
# to do.
|
# to do.
|
||||||
|
|
Loading…
Reference in New Issue