mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] lighttpd: svg mimetype support
@ 2015-06-18  7:06 Bruno Thomsen
  2015-07-01  8:06 ` Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Bruno Thomsen @ 2015-06-18  7:06 UTC (permalink / raw)
  To: ptxdist; +Cc: bth

web server can now serve svg images with generic config.

Signed-off-by: Bruno Thomsen <bth@kamstrup.com>
---
 generic/etc/lighttpd/lighttpd.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/generic/etc/lighttpd/lighttpd.conf b/generic/etc/lighttpd/lighttpd.conf
index 49c08e3..34468ea 100644
--- a/generic/etc/lighttpd/lighttpd.conf
+++ b/generic/etc/lighttpd/lighttpd.conf
@@ -39,6 +39,7 @@ mimetype.assign		= (
 	".jpg"		=>	"image/jpeg",
 	".jpeg"		=>	"image/jpeg",
 	".png"		=>	"image/png",
+	".svg"		=>	"image/svg+xml",
 	".xbm"		=>	"image/x-xbitmap",
 	".xpm"		=>	"image/x-xpixmap",
 	".xwd"		=>	"image/x-xwindowdump",
-- 
1.9.1


-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-07-01  6:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-18  7:06 [ptxdist] [PATCH] lighttpd: svg mimetype support Bruno Thomsen
2015-07-01  8:06 ` Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox