Skip to content

Commit 748e362

Browse files
author
Evgeniy Kolesov
committed
MAGETWO-50855: Improve Page Speed results
- CR changes
1 parent 9b491b2 commit 748e362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ location ~ (index|get|static|report|404|503)\.php$ {
162162
}
163163

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

167167
gzip_comp_level 6;
168168
gzip_min_length 1100;

0 commit comments

Comments
 (0)