From 6b9f238e2f532c3b2e47d4dce055fc7489e4fc50 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Mon, 7 Nov 2011 08:26:15 +0100 Subject: [PATCH] Use the correct MIME type for XHTML files. --- nginx-mime.types | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx-mime.types b/nginx-mime.types index 7288489..c53c81b 100644 --- a/nginx-mime.types +++ b/nginx-mime.types @@ -37,7 +37,7 @@ types { application/vnd.ms-fontobject eot; application/vnd.ms-powerpoint ppt; application/vnd.wap.wmlc wmlc; - application/vnd.wap.xhtml+xml xhtml; + application/xhtml+xml xhtml; application/vnd.google-earth.kml+xml kml; application/vnd.google-earth.kmz kmz; application/x-7z-compressed 7z;