Skip to content

Commit 4e238f7

Browse files
committed
Set up Rack to gzip responses
1 parent 074d329 commit 4e238f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.ru

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# This file is used by Rack-based servers to start the application.
22

33
require ::File.expand_path('../config/environment', __FILE__)
4+
use Rack::Deflater
45
run Joinplato::Application

0 commit comments

Comments
 (0)