mirror of https://gitee.com/bigwinds/arangodb
23 lines
698 B
Plaintext
23 lines
698 B
Plaintext
################################################################################
|
|
## mimetypes
|
|
################################################################################
|
|
|
|
"gif","image/gif",false
|
|
"jpg","image/jpg",false
|
|
"png","image/png",false
|
|
"ico","image/x-icon",false
|
|
"css","text/css",true
|
|
"js","text/javascript",true
|
|
"json","application/json",true
|
|
"html","text/html",true
|
|
"htm","text/html",true
|
|
"pdf","application/pdf",false
|
|
"txt","text/plain",true
|
|
"text","text/plain",true
|
|
"xml","application/xml",true
|
|
"svg","image/svg+xml",true
|
|
"ttf","application/x-font-ttf",false
|
|
"otf","application/x-font-opentype",false
|
|
"woff","application/font-woff",false
|
|
"eot","application/vnd.ms-fontobject",false
|