]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- set default mime type (lighty-s default for now) auto/ac/lighttpd-1_4_16-4
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 17 Aug 2007 06:00:56 +0000 (06:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd.conf -> 1.42

lighttpd.conf

index b86b8cdf70edf99f35bc3409a728086ac19e14e5..f9b2ffcf8f9640b06ba48c2a543e5b609f38fbf0 100644 (file)
@@ -14,8 +14,11 @@ server.errorlog = "/var/log/lighttpd/error.log"
 server.pid-file = "/var/run/lighttpd.pid"
 
 # mimetype mapping
-# include, relative to dirname of main config file
 include "mime.types.conf"
+# default mime type
+mimetype.assign += (
+       "" => "application/octet-stream",
+)
 
 ## set the event-handler (read the performance section in the manual)
 # Linux 2.4+   rt-signals linux-rtsig
This page took 0.093563 seconds and 4 git commands to generate.