mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Added notice on how to enable gzip compression in rails app using Rack::Deflater. it is disabled & commented out by default.
This commit is contained in:
parent
cdc9031402
commit
ccd0b511c9
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
# This file is used by Rack-based servers to start the application.
|
||||
|
||||
require ::File.expand_path('../config/environment', __FILE__)
|
||||
# if you want to enable Enable gzip compression, use this line
|
||||
# use Rack::Deflater
|
||||
run <%= app_const %>
|
||||
|
|
Loading…
Reference in a new issue