From 351a772945337d34221a4bd311ecd9968e55afa8 Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Thu, 1 Nov 2018 09:39:16 -0700 Subject: Add mime type for png screen shots Change-Id: Idee9d7878c7bf090da0a178ae51e56fe3460b0fb Issue-ID: INT-586 Signed-off-by: Gary Wu --- docker/lighttpd.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/lighttpd.conf b/docker/lighttpd.conf index 6cdf07bd..b6fc1fb8 100644 --- a/docker/lighttpd.conf +++ b/docker/lighttpd.conf @@ -15,6 +15,7 @@ $HTTP["url"] =~ "^/logs/" { mimetype.assign = ( ".log" => "text/plain", ".txt" => "text/plain", + ".png" => "image/png", ".html" => "text/html", ".xml" => "text/xml" ) -- cgit 1.2.3-korg