Skip to content

Instantly share code, notes, and snippets.

@gaspanik
Created February 19, 2014 03:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gaspanik/9085313 to your computer and use it in GitHub Desktop.
Save gaspanik/9085313 to your computer and use it in GitHub Desktop.
AWS_elastic_beanstalk_nginx_gzip_append.conf
# /etc/nginx/conf.d/00_elastic_beanstalk_proxy.conf
gzip on;
gzip_vary on;
gzip_min_length 1000;
gzip_proxied any;
gzip_types text/plain text/html text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment