Guest User

Untitled

a guest
Nov 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. diff --git a/config.ru b/config.ru
  2. index 4e0416f..ce264ca 100644
  3. --- a/config.ru
  4. +++ b/config.ru
  5. @@ -1,4 +1,5 @@
  6. # This file is used by Rack-based servers to start the application.
  7.  
  8. require ::File.expand_path('../config/environment', __FILE__)
  9. +use Rack::Deflater if ENV['enable_gzip'] == "true"
  10. run Crowdly::Application
Add Comment
Please, Sign In to add comment