Add mime type for png screen shots 48/71648/1
authorGary Wu <gary.i.wu@huawei.com>
Thu, 1 Nov 2018 16:39:16 +0000 (09:39 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Thu, 1 Nov 2018 16:39:16 +0000 (09:39 -0700)
Change-Id: Idee9d7878c7bf090da0a178ae51e56fe3460b0fb
Issue-ID: INT-586
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
docker/lighttpd.conf

index 6cdf07b..b6fc1fb 100644 (file)
@@ -15,6 +15,7 @@ $HTTP["url"] =~ "^/logs/" {
 mimetype.assign = (
   ".log" => "text/plain",
   ".txt" => "text/plain",
+  ".png" => "image/png",
   ".html" => "text/html",
   ".xml" => "text/xml"
 )