added mime type for json files

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2874 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.33
Marcus Rückert 10 years ago
parent a0e93c678b
commit 838d771550

@ -67,6 +67,7 @@ mimetype.assign = (
".tbz" => "application/x-bzip-compressed-tar",
".tar.bz2" => "application/x-bzip-compressed-tar",
".rpm" => "application/x-rpm",
".json" => "application/json",
# make the default mime type application/octet-stream.
"" => "application/octet-stream",
)

Loading…
Cancel
Save