﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	uname	nginx_version
2552	Correct xsl and xslt mimetypes missing from ngxinx mime.types file	apotek@…		"Since the default mimetype configured in nginx.conf is `application/octet-stream`, and there is no entry in the mime.types to override this, xsl and xslt files are served with 


{{{
content-type: application/octet-stream
}}}


This is not the correct mimetype. According to W3 docs <https://www.w3.org/TR/xslt20/#media-type-registration>, xsl and xslt files should now be served as 

{{{
content-type: application/xslt+xml 
}}}

I would be happy to contribute a patch if there is agreement."	enhancement	new	minor		nginx-core	1.25.x		config, mimetypes, xsl, mime, mime.types		All OSs	Issue exists in latest dev code here https://trac.nginx.org/nginx/browser/nginx/conf/mime.types
