]> Sergey Matveev's repositories - dotfiles.git/blobdiff - lighttpd/mime-audio.conf
More MIME types and their separation
[dotfiles.git] / lighttpd / mime-audio.conf
diff --git a/lighttpd/mime-audio.conf b/lighttpd/mime-audio.conf
new file mode 100644 (file)
index 0000000..023acc6
--- /dev/null
@@ -0,0 +1,18 @@
+mimetype.assign += (
+       ".aac" => "audio/aac",
+       ".ac3" => "audio/ac3",
+       ".aif" => "audio/aiff",
+       ".aiff" => "audio/aiff",
+       ".flac" => "audio/flac",
+       ".m4a" => "audio/mp4",
+       ".mka" => "audio/x-matroska",
+       ".mp2" => "audio/mpeg",
+       ".mp3" => "audio/mpeg",
+       ".oga" => "audio/ogg",
+       ".ogg" => "audio/ogg",
+       ".opus" => "audio/ogg",
+       ".spx" => "audio/ogg",
+       ".wav" => "audio/wav",
+       ".weba" => "audio/webm",
+       ".wv" => "audio/x-wavpack",
+)