Skip to content

Commit

Permalink
Tweak our gzip settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Bronson Quick committed Apr 11, 2014
1 parent 8f93635 commit da5ed6b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions puppet/modules/sennza/templates/nginx.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ http {
##
gzip on;
gzip_disable "msie6";
gzip_comp_level 6;
gzip_http_version 1.1;
gzip_proxied any;
gzip_min_length 1100;
gzip_buffers 16 8k;
gzip_vary on;
gzip_types text/plain text/html text/css application/x-javascript text/xml application/xml application/xml+rss text/javascript;

##
# Virtual Host Configs
Expand Down

0 comments on commit da5ed6b

Please sign in to comment.