Add .epub mime-type to lighttpd configuration

Merge branch 'mime_type_issues' into v0.6
This commit is contained in:
Matthias Strubel 2013-06-05 11:55:39 +02:00
parent 769d3b538e
commit 9d6defd47c
1 changed files with 3 additions and 0 deletions

View File

@ -80,6 +80,9 @@ mimetype.assign = (
".oti" => "application/vnd.oasis.opendocument.image-template",
".oth" => "application/vnd.oasis.opendocument.text-web",
".epub" => "application/epub+zip",
".fb2" => "text/xml",
# make the default mime type application/octet-stream.
"" => "application/octet-stream",
)