diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-11-01 09:39:16 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-11-01 09:39:16 -0700 |
commit | 351a772945337d34221a4bd311ecd9968e55afa8 (patch) | |
tree | fcd152685b462c7107283d9cdd84095d9165c710 | |
parent | ac90433f8b6a36d169df563b7ef61405e0f58266 (diff) |
Add mime type for png screen shots
Change-Id: Idee9d7878c7bf090da0a178ae51e56fe3460b0fb
Issue-ID: INT-586
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r-- | docker/lighttpd.conf | 1 |
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" ) |