]> Sergey Matveev's repositories - dotfiles.git/blob - lighttpd/mime-video.conf
More MIME types and their separation
[dotfiles.git] / lighttpd / mime-video.conf
1 mimetype.assign += (
2         ".avi" => "video/x-msvideo",
3         ".m4v" => "video/mp4",
4         ".mj2" => "video/mj2",
5         ".mkv" => "video/x-matroska",
6         ".mov" => "video/quicktime",
7         ".mp4" => "video/mp4",
8         ".mpg" => "video/mpeg",
9         ".ogv" => "video/ogg",
10         ".ts" => "video/MP2T",
11         ".webm" => "video/webm",
12 )