Enable compression in Rack

This commit is contained in:
James Mason 2017-11-12 21:06:01 -08:00
parent c4dcff2f56
commit 1dd2de531b
No known key found for this signature in database
GPG key ID: 1B3951886C449023

View file

@ -1,4 +1,5 @@
# This file is used by Rack-based servers to start the application. # This file is used by Rack-based servers to start the application.
require ::File.expand_path('../config/environment', __FILE__) require ::File.expand_path('../config/environment', __FILE__)
use Rack::Deflater
run Osem::Application run Osem::Application