SOURCES: lighttpd.conf - set default mime type (lighty-s default f...

glen glen at pld-linux.org
Fri Aug 17 08:01:01 CEST 2007


Author: glen                         Date: Fri Aug 17 06:01:01 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- set default mime type (lighty-s default for now)

---- Files affected:
SOURCES:
   lighttpd.conf (1.41 -> 1.42) 

---- Diffs:

================================================================
Index: SOURCES/lighttpd.conf
diff -u SOURCES/lighttpd.conf:1.41 SOURCES/lighttpd.conf:1.42
--- SOURCES/lighttpd.conf:1.41	Tue Jan 30 16:44:03 2007
+++ SOURCES/lighttpd.conf	Fri Aug 17 08:00:56 2007
@@ -14,8 +14,11 @@
 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
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/lighttpd.conf?r1=1.41&r2=1.42&f=u



More information about the pld-cvs-commit mailing list