diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-07-02 17:18:29 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-07-02 17:18:29 -0400 |
commit | f131bec0086dd1ed19645051112204f7bda0ad45 (patch) | |
tree | fc29e15b1c9c22f7b568bd101b0ab3c54eab2809 | |
parent | 2f57ee9ab0fef36f3701317bde03b0dd15158244 (diff) | |
download | html5ks-f131bec0086dd1ed19645051112204f7bda0ad45.tar.xz html5ks-f131bec0086dd1ed19645051112204f7bda0ad45.zip |
adjust scripts, add appcache mime type
-rw-r--r-- | lighttpd.conf | 1 |
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", |