瀏覽代碼

Merge branch 'master' of git.superglue.it:superglue/serverfiles

Danja Vasiliev 10 年之前
父節點
當前提交
f3021e8fdb
共有 1 個文件被更改,包括 4 次插入6 次删除
  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"
 mimetype.use-xattr        = "disable"
 
 
 ## Superglue mimetype mapping
 ## 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             = (
 mimetype.assign             = (
   ".appcache"     =>      "text/cache-manifest" ,
   ".appcache"     =>      "text/cache-manifest" ,
   ".asc"          =>      "text/plain",
   ".asc"          =>      "text/plain",
@@ -83,7 +84,4 @@ mimetype.assign             = (
   ".xwd"          =>      "image/x-xwindowdump",
   ".xwd"          =>      "image/x-xwindowdump",
   ".zip"          =>      "application/zip",
   ".zip"          =>      "application/zip",
   ""              =>      "application/octet-stream"
   ""              =>      "application/octet-stream"
-)
-
-#######################################################################
-
+)