added bzip mimetypes

git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@40 152afb58-edef-0310-8abb-c4023f1b3aa9
Jan Kneschke 2005-02-23 07:48:51 +00:00
parent 2a343ae169
commit 4a18bdcf57
1 changed files with 4 additions and 1 deletions

View File

@ -91,7 +91,10 @@ mimetype.assign = (
".avi" => "video/x-msvideo",
".asf" => "video/x-ms-asf",
".asx" => "video/x-ms-asf",
".wmv" => "video/x-ms-wmv"
".wmv" => "video/x-ms-wmv",
".bz2" => "application/x-bzip",
".tbz" => "application/x-bzip-compressed-tar",
".tar.bz2" => "application/x-bzip-compressed-tar"
)
# Use the "Content-Type" extended attribute to obtain mime type if possible