|
@@ -1,8 +1,9 @@
|
|
|
mimetype.use-xattr = "disable"
|
|
|
|
|
|
## Superglue mimetype mapping
|
|
|
-## Dotless files are handled as text/html using ULR matching,
|
|
|
-## see lightttpd.conf
|
|
|
+## Dotless files are handled as text/html via URL matching,
|
|
|
+## see lighttpd.conf
|
|
|
+
|
|
|
mimetype.assign = (
|
|
|
".appcache" => "text/cache-manifest" ,
|
|
|
".asc" => "text/plain",
|
|
@@ -83,7 +84,4 @@ mimetype.assign = (
|
|
|
".xwd" => "image/x-xwindowdump",
|
|
|
".zip" => "application/zip",
|
|
|
"" => "application/octet-stream"
|
|
|
-)
|
|
|
-
|
|
|
-#######################################################################
|
|
|
-
|
|
|
+)
|