Commit 1ed78e97 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

HTTPd: guess MIME type for *.ogv

parent d1045229
......@@ -227,6 +227,7 @@ static const struct
{ ".moov", "video/quicktime" },
{ ".ogg", "application/ogg" },
{ ".ogm", "application/ogg" },
{ ".ogv", "application/ogg" },
{ ".wav", "audio/wav" },
{ ".wma", "audio/x-ms-wma" },
{ ".wmv", "video/x-ms-wmv" },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment