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

* Re: [ptxdist] [PATCH] lighttpd: svg mimetype support
  2015-06-18  7:06 [ptxdist] [PATCH] lighttpd: svg mimetype support Bruno Thomsen
@ 2015-07-01  8:06 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2015-07-01  8:06 UTC (permalink / raw)
  To: ptxdist

On Thu, Jun 18, 2015 at 09:06:12AM +0200, Bruno Thomsen wrote:
> web server can now serve svg images with generic config.
> 
> Signed-off-by: Bruno Thomsen <bth@kamstrup.com>

Thanks, applied.

Michael

> ---
>  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

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

-- 
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