[nginx] MIME: added application/json MIME type.

Maxim Dounin mdounin at mdounin.ru
Thu Sep 19 13:26:24 UTC 2013


details:   http://hg.nginx.org/nginx/rev/1adfe7a260eb
branches:  
changeset: 5383:1adfe7a260eb
user:      Piotr Sikora <piotr at cloudflare.com>
date:      Wed Sep 18 12:59:47 2013 -0700
description:
MIME: added application/json MIME type.

Signed-off-by: Piotr Sikora <piotr at cloudflare.com>

diffstat:

 conf/mime.types |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff --git a/conf/mime.types b/conf/mime.types
--- a/conf/mime.types
+++ b/conf/mime.types
@@ -26,6 +26,7 @@ types {
 
     application/font-woff                 woff;
     application/java-archive              jar war ear;
+    application/json                      json;
     application/mac-binhex40              hqx;
     application/msword                    doc;
     application/pdf                       pdf;



More information about the nginx-devel mailing list