Skip to content

Commit 92289e2

Browse files
authored
Comment gzip_disable as IE6 is no more.
1 parent 3991627 commit 92289e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ openresty_main_template:
7070
index: index.php index.htm index.html
7171

7272
gzip: 'on'
73-
gzip_disable: "MSIE [1-6].(?!.*SV1)"
73+
# gzip_disable: "MSIE [1-6].(?!.*SV1)"
7474
gzip_vary: 'on'
7575
gzip_proxied: any
7676
gzip_comp_level: 6

0 commit comments

Comments
 (0)