From 4a18bdcf57c09ed0a0473415f569fb7573d186b0 Mon Sep 17 00:00:00 2001 From: Jan Kneschke Date: Wed, 23 Feb 2005 07:48:51 +0000 Subject: [PATCH] added bzip mimetypes git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@40 152afb58-edef-0310-8abb-c4023f1b3aa9 --- doc/lighttpd.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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