Created
August 10, 2021 13:23
-
-
Save khoimm92/82a95523ff41356d0d3ccfdae75e0f2f to your computer and use it in GitHub Desktop.
Rails + Nginx Reserve proxy development
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
# config/env/development.rb | |
config.assets.debug = false | |
# NGINX, etc/nginx/nginx.conf http directive | |
proxy_buffering off; | |
client_max_body_size 128M; | |
proxy_max_temp_file_size 0; | |
server_names_hash_bucket_size 256; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment