diff --git a/CHANGELOG.md b/CHANGELOG.md index af345a1..0836158 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ### HEAD +* Remove the mapping of `.manifest` files to the `text/cache-manifest` media type. * 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. diff --git a/mime.types b/mime.types index 363dc5e..8478015 100644 --- a/mime.types +++ b/mime.types @@ -26,7 +26,7 @@ types { # Manifest files application/x-web-app-manifest+json webapp; - text/cache-manifest manifest appcache; + text/cache-manifest appcache; # Microsoft Office application/msword doc;