From: Gary Wu Date: Thu, 1 Nov 2018 16:39:16 +0000 (-0700) Subject: Add mime type for png screen shots X-Git-Tag: 1.3.1~18^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=351a772945337d34221a4bd311ecd9968e55afa8;p=testsuite.git Add mime type for png screen shots Change-Id: Idee9d7878c7bf090da0a178ae51e56fe3460b0fb Issue-ID: INT-586 Signed-off-by: Gary Wu --- 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" )