|
|
|
@ -40,7 +40,10 @@ setup {
|
|
|
|
|
".mxf" => "application/mxf",
|
|
|
|
|
".asn" => "application/octet-stream",
|
|
|
|
|
".bin" => "application/octet-stream",
|
|
|
|
|
".deploy" => "application/octet-stream",
|
|
|
|
|
".ent" => "application/octet-stream",
|
|
|
|
|
".msp" => "application/octet-stream",
|
|
|
|
|
".msu" => "application/octet-stream",
|
|
|
|
|
".oda" => "application/oda",
|
|
|
|
|
".opf" => "application/oebps-package+xml",
|
|
|
|
|
".ogx" => "application/ogg",
|
|
|
|
@ -226,6 +229,8 @@ setup {
|
|
|
|
|
".maker" => "application/x-maker",
|
|
|
|
|
".mif" => "application/x-mif",
|
|
|
|
|
".m3u8" => "application/x-mpegURL",
|
|
|
|
|
".application" => "application/x-ms-application",
|
|
|
|
|
".manifest" => "application/x-ms-manifest",
|
|
|
|
|
".wmd" => "application/x-ms-wmd",
|
|
|
|
|
".wmz" => "application/x-ms-wmz",
|
|
|
|
|
".bat" => "application/x-msdos-program",
|
|
|
|
@ -448,6 +453,8 @@ setup {
|
|
|
|
|
".html" => "text/html",
|
|
|
|
|
".shtml" => "text/html",
|
|
|
|
|
".uls" => "text/iuls",
|
|
|
|
|
".markdown" => "text/markdown; charset=utf-8",
|
|
|
|
|
".md" => "text/markdown; charset=utf-8",
|
|
|
|
|
".mml" => "text/mathml",
|
|
|
|
|
".asc" => "text/plain; charset=utf-8",
|
|
|
|
|
".brf" => "text/plain; charset=utf-8",
|
|
|
|
|