reflect mime changes in nginx.conf
This commit is contained in:
parent
9c6aad83a5
commit
70ae5ded27
|
@ -52,7 +52,7 @@ http {
|
||||||
text/css
|
text/css
|
||||||
text/plain
|
text/plain
|
||||||
text/vnd.wap.wml
|
text/vnd.wap.wml
|
||||||
application/javascript
|
text/javascript
|
||||||
application/json
|
application/json
|
||||||
application/rss+xml
|
application/rss+xml
|
||||||
application/xml;
|
application/xml;
|
||||||
|
@ -130,12 +130,16 @@ http {
|
||||||
application/x-web-app-manifest+json
|
application/x-web-app-manifest+json
|
||||||
application/xhtml+xml
|
application/xhtml+xml
|
||||||
application/xml
|
application/xml
|
||||||
|
font/collection
|
||||||
font/opentype
|
font/opentype
|
||||||
|
font/otf
|
||||||
|
font/ttf
|
||||||
image/bmp
|
image/bmp
|
||||||
image/svg+xml
|
image/svg+xml
|
||||||
image/x-icon
|
image/x-icon
|
||||||
text/cache-manifest
|
text/cache-manifest
|
||||||
text/css
|
text/css
|
||||||
|
text/javascript
|
||||||
text/plain
|
text/plain
|
||||||
text/vcard
|
text/vcard
|
||||||
text/vnd.rim.location.xloc
|
text/vnd.rim.location.xloc
|
||||||
|
|
Loading…
Reference in New Issue