Skip to content

Commit 7c380b2

Browse files
committed
added mimetype for json files
1 parent f65c474 commit 7c380b2

File tree

1 file changed

+1
-0
lines changed
  • piratebox_origin/piratebox/piratebox/conf/lighttpd

1 file changed

+1
-0
lines changed

piratebox_origin/piratebox/piratebox/conf/lighttpd/mime.types

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ mimetype.assign = (
8080
".oti" => "application/vnd.oasis.opendocument.image-template",
8181
".oth" => "application/vnd.oasis.opendocument.text-web",
8282

83+
".json" => "application/json",
8384
".epub" => "application/epub+zip",
8485
".fb2" => "text/xml",
8586

0 commit comments

Comments
 (0)