]> Sergey Matveev's repositories - dotfiles.git/blob - lighttpd/mime-subtitle.conf
mirror-* moved to http://www.git.stargrave.org/?p=mirror.git
[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 )