]> Sergey Matveev's repositories - dotfiles.git/blobdiff - lighttpd/mime-xml.conf
More MIME types and their separation
[dotfiles.git] / lighttpd / mime-xml.conf
diff --git a/lighttpd/mime-xml.conf b/lighttpd/mime-xml.conf
new file mode 100644 (file)
index 0000000..59b970c
--- /dev/null
@@ -0,0 +1,8 @@
+mimetype.assign += (
+       ".atom" => "application/atom+xml",
+       ".dbk" => "application/docbook+xml",
+       ".opml" => "application/xml",
+       ".rss" => "application/rss+xml",
+       ".xbel" => "application/xml",
+       ".xml" => "application/xml",
+)