Browse Source

littl update

Danja Vasiliev 10 years ago
parent
commit
a97d77b5af
1 changed files with 4 additions and 6 deletions
  1. 4 6
      openwrt/common/etc/lighttpd/mime.conf

+ 4 - 6
openwrt/common/etc/lighttpd/mime.conf

@@ -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"
-)
-
-#######################################################################
-
+)