Add MIME-Types for .xsl files

The correct MIME-Type for XSL files is "application/xslt+xml" according to http://www.w3.org/TR/2007/REC-xslt20-20070123/#media-type-registration.
This commit is contained in:
Steffen Weber 2015-01-14 11:17:25 +01:00
parent ab567b7f83
commit 526ab0ff07
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ types {
# Web feeds # Web feeds
application/xml atom rdf rss xml; application/xml atom rdf rss xml;
application/xslt+xml xsl;
# Web fonts # Web fonts
application/font-woff woff; application/font-woff woff;