]> Sergey Matveev's repositories - dotfiles.git/blobdiff - lighttpd/mime-subtitle.conf
More MIME types and their separation
[dotfiles.git] / lighttpd / mime-subtitle.conf
diff --git a/lighttpd/mime-subtitle.conf b/lighttpd/mime-subtitle.conf
new file mode 100644 (file)
index 0000000..047216d
--- /dev/null
@@ -0,0 +1,5 @@
+mimetype.assign += (
+       ".ass" => "text/x-ssa",
+       ".srt" => "application/x-subrip",
+       ".ssa" => "text/x-ssa",
+)