Add a few more mime types
This commit is contained in:
parent
cd2893965f
commit
f04929e729
1 changed files with 12 additions and 7 deletions
19
config.def.h
19
config.def.h
|
@ -16,20 +16,25 @@ static const struct {
|
||||||
{ "xml", "application/xml" },
|
{ "xml", "application/xml" },
|
||||||
{ "xhtml", "application/xhtml+xml" },
|
{ "xhtml", "application/xhtml+xml" },
|
||||||
{ "html", "text/html; charset=UTF-8" },
|
{ "html", "text/html; charset=UTF-8" },
|
||||||
{ "html", "text/html; charset=UTF-8" },
|
|
||||||
{ "htm", "text/html; charset=UTF-8" },
|
{ "htm", "text/html; charset=UTF-8" },
|
||||||
{ "css", "text/css" },
|
{ "css", "text/css" },
|
||||||
{ "txt", "text/plain" },
|
{ "txt", "text/plain" },
|
||||||
{ "text", "text/plain" },
|
{ "text", "text/plain" },
|
||||||
{ "md", "text/plain" },
|
{ "md", "text/plain" },
|
||||||
|
{ "c", "text/plain" },
|
||||||
|
{ "h", "text/plain" },
|
||||||
|
{ "gz", "application/x-gtar" },
|
||||||
|
{ "tar", "application/tar" },
|
||||||
|
{ "pdf", "application/x-pdf" },
|
||||||
{ "png", "image/png" },
|
{ "png", "image/png" },
|
||||||
{ "gif", "image/gif" },
|
{ "gif", "image/gif" },
|
||||||
{ "jpg", "image/jpg" },
|
{ "jpg", "image/jpg" },
|
||||||
{ "c", "text/plain" },
|
|
||||||
{ "h", "text/plain" },
|
|
||||||
{ "iso", "application/x-iso9660-image" },
|
{ "iso", "application/x-iso9660-image" },
|
||||||
{ "gz", "application/x-gtar" },
|
{ "webp", "image/webp" },
|
||||||
{ "pdf", "application/x-pdf" },
|
{ "svg", "image/svg+xml" },
|
||||||
{ "tar", "application/tar" },
|
{ "flac", "audio/flac" },
|
||||||
{ "mp3", "audio/mp3" },
|
{ "mp3", "audio/mpeg" },
|
||||||
|
{ "mp4", "video/mp4" },
|
||||||
|
{ "ogv", "video/ogg" },
|
||||||
|
{ "webm", "video/webm" },
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue