]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- updated config from 1.3.14-20050420-191708 snap
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 22 Apr 2005 10:22:27 +0000 (10:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd.conf -> 1.17

lighttpd.conf

index c594a3558a220ba37c7d2c9435e179a5e672b2f3..c39e98e36b0022767534752d31937251ea00d80c 100644 (file)
@@ -71,7 +71,7 @@ mimetype.assign = (
        ".m3u"          =>      "audio/x-mpegurl",
        ".wma"          =>      "audio/x-ms-wma",
        ".wax"          =>      "audio/x-ms-wax",
-       ".ogg"          =>      "audio/x-wav",
+       ".ogg"          =>      "application/ogg",
        ".wav"          =>      "audio/x-wav",
        ".gif"          =>      "image/gif",
        ".jpg"          =>      "image/jpeg",
@@ -98,7 +98,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
@@ -148,7 +151,7 @@ url.access-deny = ( "~", ".inc" )
 
 
 ##
-## Format: <errorfile-prefix><status>.html
+## Format: <errorfile-prefix><status-code>.html
 ## -> ..../status-404.html for 'File not found'
 #server.errorfile-prefix = "/home/weigon/projects/lighttpd/doc/status-"
 
This page took 0.184371 seconds and 4 git commands to generate.