]> Sergey Matveev's repositories - dotfiles.git/blob - lighttpd/mime-subtitle.conf
More MIME types and their separation
[dotfiles.git] / lighttpd / mime-subtitle.conf
1 mimetype.assign += (
2         ".ass" => "text/x-ssa",
3         ".srt" => "application/x-subrip",
4         ".ssa" => "text/x-ssa",
5 )