Commit 958f15fd authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

httpd: add video/webm content type (fix #7208)

(cherry picked from commit b0fb30cb10af32c3ec9f1558dd92eadeca8437b6)
parent cedced8c
......@@ -221,7 +221,7 @@ static const struct
{ ".wav", "audio/wav" },
{ ".wma", "audio/x-ms-wma" },
{ ".wmv", "video/x-ms-wmv" },
{ ".webm", "video/webm" },
/* end */
{ "", "" }
......
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