Update some lighttpd configuration files.

This commit is contained in:
John "Elwin" Edwards 2014-12-26 16:46:25 -05:00
parent b7ad2ab241
commit c235fbecb2
2 changed files with 23 additions and 11 deletions

View file

@ -68,6 +68,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",
)