Update the list of resources to be compressed
Ref: a0c4e17190/src/web_performance/compression.conf
This commit is contained in:
parent
0ac995867d
commit
6c1793bb68
19
nginx.conf
19
nginx.conf
|
@ -94,21 +94,36 @@ http {
|
||||||
application/atom+xml
|
application/atom+xml
|
||||||
application/javascript
|
application/javascript
|
||||||
application/json
|
application/json
|
||||||
|
application/ld+json
|
||||||
|
application/manifest+json
|
||||||
|
application/rdf+xml
|
||||||
application/rss+xml
|
application/rss+xml
|
||||||
|
application/schema+json
|
||||||
|
application/vnd.geo+json
|
||||||
application/vnd.ms-fontobject
|
application/vnd.ms-fontobject
|
||||||
application/x-font-ttf
|
application/x-font-ttf
|
||||||
|
application/x-javascript
|
||||||
application/x-web-app-manifest+json
|
application/x-web-app-manifest+json
|
||||||
application/xhtml+xml
|
application/xhtml+xml
|
||||||
application/xml
|
application/xml
|
||||||
|
font/eot
|
||||||
font/opentype
|
font/opentype
|
||||||
|
image/bmp
|
||||||
image/svg+xml
|
image/svg+xml
|
||||||
|
image/vnd.microsoft.icon
|
||||||
image/x-icon
|
image/x-icon
|
||||||
|
text/cache-manifest
|
||||||
text/css
|
text/css
|
||||||
|
text/javascript
|
||||||
text/plain
|
text/plain
|
||||||
text/x-component;
|
text/vcard
|
||||||
|
text/vnd.rim.location.xloc
|
||||||
|
text/vtt
|
||||||
|
text/x-component
|
||||||
|
text/x-cross-domain-policy
|
||||||
|
text/xml;
|
||||||
# text/html is always compressed by HttpGzipModule
|
# text/html is always compressed by HttpGzipModule
|
||||||
|
|
||||||
|
|
||||||
# This should be turned on if you are going to have pre-compressed copies (.gz) of
|
# This should be turned on if you are going to have pre-compressed copies (.gz) of
|
||||||
# static files available. If not it should be left off as it will cause extra I/O
|
# static files available. If not it should be left off as it will cause extra I/O
|
||||||
# for the check. It is best if you enable this in a location{} block for
|
# for the check. It is best if you enable this in a location{} block for
|
||||||
|
|
Loading…
Reference in New Issue