Update the nginx gzip MIME types.
This commit is contained in:
parent
3ede2df8bc
commit
17ba833a40
|
@ -60,19 +60,17 @@ http {
|
||||||
gzip_types
|
gzip_types
|
||||||
# text/html is always compressed by HttpGzipModule
|
# text/html is always compressed by HttpGzipModule
|
||||||
text/css
|
text/css
|
||||||
text/javascript
|
|
||||||
text/xml
|
|
||||||
text/plain
|
text/plain
|
||||||
text/x-component
|
text/x-component
|
||||||
application/javascript
|
application/javascript
|
||||||
application/x-javascript
|
|
||||||
application/json
|
application/json
|
||||||
application/xml
|
application/xml
|
||||||
application/rss+xml
|
application/xhtml+xml
|
||||||
application/x-font-ttf
|
application/x-font-ttf
|
||||||
application/x-font-opentype
|
application/x-font-opentype
|
||||||
application/vnd.ms-fontobject
|
application/vnd.ms-fontobject
|
||||||
image/svg+xml;
|
image/svg+xml
|
||||||
|
image/x-icon;
|
||||||
|
|
||||||
# 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
|
||||||
|
|
Loading…
Reference in New Issue