From af0e6b9f18a802503cd8897eb334ebc91c8a2b3c Mon Sep 17 00:00:00 2001 From: wrclark <65219507+wrclark@users.noreply.github.com> Date: Sun, 4 Aug 2024 18:23:34 +0100 Subject: [PATCH] add mimetype map entry for svg (#194) --- rootfs/etc/lighttpd/skyaware.lighttpd.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/rootfs/etc/lighttpd/skyaware.lighttpd.conf b/rootfs/etc/lighttpd/skyaware.lighttpd.conf index 27583ed..2aeb314 100644 --- a/rootfs/etc/lighttpd/skyaware.lighttpd.conf +++ b/rootfs/etc/lighttpd/skyaware.lighttpd.conf @@ -112,6 +112,7 @@ $HTTP["url"] =~ "^/skyaware978/data/.*\.json$" { # mimetype mapping mimetype.assign = ( + ".svg" => "image/svg+xml", ".pdf" => "application/pdf", ".sig" => "application/pgp-signature", ".spl" => "application/futuresplash",