config.def.h: add jpeg alias, ogg audio mimetype

This commit is contained in:
Hiltjo Posthuma 2017-06-27 23:15:18 +02:00 committed by Laslo Hunhold
parent fc0873853c
commit 434f2b3067

View file

@ -20,7 +20,6 @@ static const struct {
{ "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" },
{ "md", "text/plain" }, { "md", "text/plain" },
{ "c", "text/plain" }, { "c", "text/plain" },
{ "h", "text/plain" }, { "h", "text/plain" },
@ -29,12 +28,14 @@ static const struct {
{ "pdf", "application/x-pdf" }, { "pdf", "application/x-pdf" },
{ "png", "image/png" }, { "png", "image/png" },
{ "gif", "image/gif" }, { "gif", "image/gif" },
{ "jpeg", "image/jpg" },
{ "jpg", "image/jpg" }, { "jpg", "image/jpg" },
{ "iso", "application/x-iso9660-image" }, { "iso", "application/x-iso9660-image" },
{ "webp", "image/webp" }, { "webp", "image/webp" },
{ "svg", "image/svg+xml" }, { "svg", "image/svg+xml" },
{ "flac", "audio/flac" }, { "flac", "audio/flac" },
{ "mp3", "audio/mpeg" }, { "mp3", "audio/mpeg" },
{ "ogg", "audio/ogg" },
{ "mp4", "video/mp4" }, { "mp4", "video/mp4" },
{ "ogv", "video/ogg" }, { "ogv", "video/ogg" },
{ "webm", "video/webm" }, { "webm", "video/webm" },