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:
parent
ab567b7f83
commit
526ab0ff07
|
@ -51,6 +51,7 @@ types {
|
|||
|
||||
# Web feeds
|
||||
application/xml atom rdf rss xml;
|
||||
application/xslt+xml xsl;
|
||||
|
||||
# Web fonts
|
||||
application/font-woff woff;
|
||||
|
|
Loading…
Reference in New Issue