File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -36,4 +36,21 @@ gzip_proxied any;
3636gzip_comp_level 6;
3737gzip_buffers 16 8k;
3838gzip_http_version 1.1;
39- gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript;
39+ # Compress all output labeled with one of the following MIME-types.
40+ gzip_types
41+ application/atom+xml
42+ application/javascript
43+ application/json
44+ application/rss+xml
45+ application/vnd.ms-fontobject
46+ application/x-font-ttf
47+ application/x-web-app-manifest+json
48+ application/xhtml+xml
49+ application/xml
50+ font/opentype
51+ image/svg+xml
52+ image/x-icon
53+ text/css
54+ text/plain
55+ text/x-component;
56+ # text/html is always compressed by HttpGzipModule
You can’t perform that action at this time.
0 commit comments