Переглянути джерело

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