]> Sergey Matveev's repositories - dotfiles.git/blob - lighttpd/mime-xml.conf
More MIME types and their separation
[dotfiles.git] / lighttpd / mime-xml.conf
1 mimetype.assign += (
2         ".atom" => "application/atom+xml",
3         ".dbk" => "application/docbook+xml",
4         ".opml" => "application/xml",
5         ".rss" => "application/rss+xml",
6         ".xbel" => "application/xml",
7         ".xml" => "application/xml",
8 )