Changeset 40

Show
Ignore:
Timestamp:
02/23/2005 07:48:51 AM (4 years ago)
Author:
jan
Message:

added bzip mimetypes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/doc/lighttpd.conf

    r23 r40  
    9292  ".asf"          =>      "video/x-ms-asf", 
    9393  ".asx"          =>      "video/x-ms-asf", 
    94   ".wmv"          =>      "video/x-ms-wmv" 
     94  ".wmv"          =>      "video/x-ms-wmv", 
     95  ".bz2"          =>      "application/x-bzip", 
     96  ".tbz"          =>      "application/x-bzip-compressed-tar", 
     97  ".tar.bz2"      =>      "application/x-bzip-compressed-tar" 
    9598 ) 
    9699