aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Rose <dr695h@att.com>2018-11-01 17:02:51 +0000
committerGerrit Code Review <gerrit@onap.org>2018-11-01 17:02:51 +0000
commit49f96a4702d4ac8bd9f6692f0174b899df00edd0 (patch)
treea6479f2f2989d424227f9d134eff6d0cbe8f7249
parente84c24f910bfbb0940ba6f9ff94ede6069b3773c (diff)
parent351a772945337d34221a4bd311ecd9968e55afa8 (diff)
Merge "Add mime type for png screen shots"
-rw-r--r--docker/lighttpd.conf1
1 files changed, 1 insertions, 0 deletions
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"
)