File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,20 @@ server {
1515 gzip on;
1616 gzip_comp_level 6;
1717 gzip_min_length 1000 ;
18- gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript
19- application/font-woff application/font-woff2 application/vnd.ms-fontobject application/x-font-ttf font/opentype;
18+ gzip_types
19+ application/font-woff
20+ application/font-woff2
21+ application/javascript
22+ application/json
23+ application/vnd.ms-fontobject
24+ application/x-font-ttf
25+ application/xml
26+ application/xml+rss
27+ font/opentype
28+ text/css
29+ text/javascript
30+ text/plain
31+ text/xml;
2032 gzip_proxied any;
2133 gzip_buffers 16 8k ;
2234 gzip_disable "MSIE [1-6]\. " ;
You can’t perform that action at this time.
0 commit comments