diff options
-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" ) |