]> Sergey Matveev's repositories - dotfiles.git/blobdiff - lighttpd/mime-sharing.conf
More MIME types and their separation
[dotfiles.git] / lighttpd / mime-sharing.conf
diff --git a/lighttpd/mime-sharing.conf b/lighttpd/mime-sharing.conf
new file mode 100644 (file)
index 0000000..2f1d239
--- /dev/null
@@ -0,0 +1,6 @@
+mimetype.assign += (
+       ".iso" => "application/x-iso9660-image",
+       ".meta4" => "application/metalink4+xml",
+       ".metalink" => "application/metalink+xml",
+       ".torrent" => "application/x-bittorrent",
+)