Skip to content

Commit a34dda4

Browse files
author
Natalia Momotenko
committed
Merge remote-tracking branch 'origin/MAGETWO-50855' into bugs
2 parents 34d2910 + 748e362 commit a34dda4

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
@@ -165,7 +165,7 @@ location ~ (index|get|static|report|404|503)\.php$ {
165165
}
166166

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

170170
gzip_comp_level 6;
171171
gzip_min_length 1100;

0 commit comments

Comments
 (0)