Code Review
/
testsuite.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
ac90433
)
Add mime type for png screen shots
48/71648/1
author
Gary Wu
<gary.i.wu@huawei.com>
Thu, 1 Nov 2018 16:39:16 +0000
(09:39 -0700)
committer
Gary 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
patch
|
blob
|
history
diff --git
a/docker/lighttpd.conf
b/docker/lighttpd.conf
index
6cdf07b
..
b6fc1fb
100644
(file)
--- 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"
)