diff options
author | Daniel Rose <dr695h@att.com> | 2018-11-01 17:02:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-01 17:02:51 +0000 |
commit | 49f96a4702d4ac8bd9f6692f0174b899df00edd0 (patch) | |
tree | a6479f2f2989d424227f9d134eff6d0cbe8f7249 | |
parent | e84c24f910bfbb0940ba6f9ff94ede6069b3773c (diff) | |
parent | 351a772945337d34221a4bd311ecd9968e55afa8 (diff) |
Merge "Add mime type for png screen shots"
-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" ) |