summaryrefslogtreecommitdiff
path: root/lighttpd.conf
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2013-07-02 17:18:29 -0400
committerAlex Xu <alex_y_xu@yahoo.ca>2013-07-02 17:18:29 -0400
commitf131bec0086dd1ed19645051112204f7bda0ad45 (patch)
treefc29e15b1c9c22f7b568bd101b0ab3c54eab2809 /lighttpd.conf
parent2f57ee9ab0fef36f3701317bde03b0dd15158244 (diff)
downloadhtml5ks-f131bec0086dd1ed19645051112204f7bda0ad45.tar.xz
html5ks-f131bec0086dd1ed19645051112204f7bda0ad45.zip
adjust scripts, add appcache mime type
Diffstat (limited to 'lighttpd.conf')
-rw-r--r--lighttpd.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/lighttpd.conf b/lighttpd.conf
index 18c9e00..a934d1a 100644
--- a/lighttpd.conf
+++ b/lighttpd.conf
@@ -2,6 +2,7 @@ server.document-root = var.CWD + "/www"
server.port = 8080
mimetype.assign = (
+ ".appcache" => "text/cache-manifest",
".css" => "text/css",
".html" => "text/html; charset=utf-8",
".jpg" => "image/jpeg",