add more types to nginx gzip types
This commit is contained in:
parent
31985020dd
commit
d8f3836b02
|
@ -47,6 +47,6 @@ server {
|
||||||
gzip_vary on;
|
gzip_vary on;
|
||||||
gzip_min_length 10240;
|
gzip_min_length 10240;
|
||||||
gzip_proxied expired no-cache no-store private auth;
|
gzip_proxied expired no-cache no-store private auth;
|
||||||
gzip_types text/plain text/css text/xml text/javascript application/x-javascript application/xml;
|
gzip_types text/plain text/css text/xml text/javascript application/javascript application/x-javascript application/xml;
|
||||||
gzip_disable "MSIE [1-6]\.";
|
gzip_disable "MSIE [1-6]\.";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue