diff options
-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", |