]> Sergey Matveev's repositories - dotfiles.git/blob - lighttpd/mime-doc.conf
More MIME types and their separation
[dotfiles.git] / lighttpd / mime-doc.conf
1 mimetype.assign += (
2         ".cbr" => "application/vnd.comicbook+rar",
3         ".cbz" => "application/vnd.comicbook+zip",
4         ".chm" => "application/vnd.ms-htmlhelp",
5         ".djvu" => "image/vnd.djvu",
6         ".dvi" => "application/x-dvi",
7         ".eps" => "application/postscript",
8         ".epub" => "application/epub+zip",
9         ".fb2" => "application/x-fictionbook+xml",
10         ".pdf" => "application/pdf",
11         ".ps" => "application/postscript",
12 )