diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e634f9..af345a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ ### HEAD - * Minimum nginx version upped from 1.2.1 to current stable, 1.6.0 +* Change media types for `.atom` and `.rss` files + [[#90](https://github.com/h5bp/server-configs-apache/issues/90)]. +* Minimum nginx version upped from 1.2.1 to current stable, 1.6.0. ### 1.0.0 (October 24 2014) diff --git a/mime.types b/mime.types index 7113220..363dc5e 100644 --- a/mime.types +++ b/mime.types @@ -50,7 +50,9 @@ types { video/x-msvideo avi; # Web feeds - application/xml atom rdf rss xml; + application/atom+xml atom; + application/rss+xml rss; + application/xml rdf xml; application/xslt+xml xsl; # Web fonts