diff --git a/doc/lighttpd.conf b/doc/lighttpd.conf index e5c29b98..dd39caf6 100644 --- a/doc/lighttpd.conf +++ b/doc/lighttpd.conf @@ -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