mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Enable compression in Rack
This commit is contained in:
parent
26b6902af3
commit
32a6d69851
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue