From 366eedd6c474b861491add7be6bbfb90b44377ae Mon Sep 17 00:00:00 2001 From: AD7six Date: Wed, 1 Feb 2012 11:22:05 +0100 Subject: [PATCH] add json --- nginx-mime.types | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx-mime.types b/nginx-mime.types index 38c6d80..4021e11 100644 --- a/nginx-mime.types +++ b/nginx-mime.types @@ -7,6 +7,7 @@ types { text/xml xml rss; image/gif gif; image/jpeg jpeg jpg; + application/json json; # http://www.rfc-editor.org/rfc/rfc4329.txt application/javascript js; application/atom+xml atom;