Changes between Version 2 and Version 3 of Ticket #306, comment 3
- Timestamp:
- 02/22/13 22:29:44 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #306, comment 3
v2 v3 1 Have a look at the HTML5Boilerplate project; I just discovered that they have an Nginx config sub-project with a very well maintained mime-type list (containing the fixes I mentioned and more):1 Have a look at the HTML5Boilerplate project; I just discovered that they have an Nginx config sub-project containing the fixes I mentioned and more: 2 2 3 3 https://github.com/h5bp/server-configs/blob/master/nginx/mime.types 4 5 However, their file is not perfect either as it makes some mistakes like sending .rss as application/xml even though the correct type is application/rss+xml (http://www.rssboard.org/rss-mime-type-application.txt). 6 7 Despite this, it would be a good idea to look at their file to check for ideas on what to include in the official config.