Commit e578b082 authored by Terence Lee's avatar Terence Lee

change compression level to 6, the default in nginx

this is a good blend of on the fly cpu utilization with file size
Thanks @jmervine
parent 85a44b0b
......@@ -9,7 +9,7 @@ events {
http {
gzip on;
gzip_comp_level 2;
gzip_comp_level 6;
gzip_min_length 512;
gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript;
gzip_vary on;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment