OpenWrt Forum Archive

Topic: LuCI Load .svg Not Displaying But Downloading (Solved)

The content of this topic has been archived on 18 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

I recently moved LuCI from uhttpd to lighttpd and the LuCI Status/Realtime Load graphs wouldn't display. I figured out I needed to add a mimetype .svg entry to the /etc/lighttpd/lighttpd.conf file:

mimetype.assign = (  
.
.
.
    ".svg"   => "image/svg+xml",
.
.
.

This solved the problem.

Can you add this to the Wiki please?

The discussion might have continued from here.