1
0
Fork 0
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.

(Fixed typo from previous commit: ccd0b511c9)
This commit is contained in:
Gaurish Sharma 2012-04-25 01:30:05 +05:30
parent ccd0b511c9
commit 189a1728b5

View file

@ -1,6 +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
# if you want to enable gzip compression, use this line
# use Rack::Deflater
run <%= app_const %>