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/atom+xml
|
||||||
application/geo+json
|
application/geo+json
|
||||||
application/javascript
|
application/javascript
|
||||||
|
application/x-javascript
|
||||||
application/json
|
application/json
|
||||||
application/ld+json
|
application/ld+json
|
||||||
application/manifest+json
|
application/manifest+json
|
||||||
|
@ -58,6 +59,7 @@ gzip_types
|
||||||
text/javascript
|
text/javascript
|
||||||
text/markdown
|
text/markdown
|
||||||
text/plain
|
text/plain
|
||||||
|
text/xml
|
||||||
text/vcard
|
text/vcard
|
||||||
text/vnd.rim.location.xloc
|
text/vnd.rim.location.xloc
|
||||||
text/vtt
|
text/vtt
|
||||||
|
|
Loading…
Reference in New Issue