From f131bec0086dd1ed19645051112204f7bda0ad45 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Tue, 2 Jul 2013 17:18:29 -0400 Subject: adjust scripts, add appcache mime type --- lighttpd.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'lighttpd.conf') 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", -- cgit v1.2.3-54-g00ecf