Skip to content

Commit

Permalink
MAGETWO-50855: Improve Page Speed results
Browse files Browse the repository at this point in the history
- CR changes
  • Loading branch information
Evgeniy Kolesov committed May 18, 2016
1 parent 9b491b2 commit 748e362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ location ~ (index|get|static|report|404|503)\.php$ {
}

gzip on;
gzip_disable "MSIE [1-6]\.(?!.*SV1)";
gzip_disable "msie6";

gzip_comp_level 6;
gzip_min_length 1100;
Expand Down

0 comments on commit 748e362

Please sign in to comment.