Additional compression method added for gzip (#236)
This commit is contained in:
parent
8832ef1aed
commit
6d1a9d46e6
|
@ -39,6 +39,7 @@ gzip_types
|
|||
application/atom+xml
|
||||
application/geo+json
|
||||
application/javascript
|
||||
application/x-javascript
|
||||
application/json
|
||||
application/ld+json
|
||||
application/manifest+json
|
||||
|
@ -58,6 +59,7 @@ gzip_types
|
|||
text/javascript
|
||||
text/markdown
|
||||
text/plain
|
||||
text/xml
|
||||
text/vcard
|
||||
text/vnd.rim.location.xloc
|
||||
text/vtt
|
||||
|
|
Loading…
Reference in New Issue