]> Sergey Matveev's repositories - dotfiles.git/blobdiff - lighttpd/mime-video.conf
I do not use lighttpd anymore
[dotfiles.git] / lighttpd / mime-video.conf
diff --git a/lighttpd/mime-video.conf b/lighttpd/mime-video.conf
deleted file mode 100644 (file)
index 8a69a54..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-mimetype.assign += (
-       ".avi" => "video/x-msvideo",
-       ".m4v" => "video/mp4",
-       ".mj2" => "video/mj2",
-       ".mkv" => "video/x-matroska",
-       ".mov" => "video/quicktime",
-       ".mp4" => "video/mp4",
-       ".mpg" => "video/mpeg",
-       ".ogv" => "video/ogg",
-       ".ts" => "video/MP2T",
-       ".webm" => "video/webm",
-)