Created
May 31, 2021 14:09
-
-
Save metaskills/363e39e2e8cbccf280b5d5804b384bd2 to your computer and use it in GitHub Desktop.
Using Rack Deflater in Lambda with Rails
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# In config/environments/production.rb | |
config.middleware.insert_after ActionDispatch::Static, Rack::Deflater, sync: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment