Skip to content

Commit

Permalink
add mimetype map entry for svg (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
wrclark authored Aug 4, 2024
1 parent e6c69ad commit af0e6b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rootfs/etc/lighttpd/skyaware.lighttpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit af0e6b9

Please sign in to comment.