# HG changeset patch # User Piotr Sikora <[email protected]> # Date 1379472064 25200 # Tue Sep 17 19:41:04 2013 -0700 # Node ID 95fe40e55d7fddc1c38ac309d4128bae3d9da485 # Parent 15d823bf6d3e3df5e202222b3a1832f67c024bfe MIME: added application/json MIME type.
Signed-off-by: Piotr Sikora <[email protected]> diff -r 15d823bf6d3e -r 95fe40e55d7f conf/mime.types --- a/conf/mime.types Tue Sep 17 17:31:00 2013 +0400 +++ b/conf/mime.types Tue Sep 17 19:41:04 2013 -0700 @@ -6,6 +6,7 @@ types { image/gif gif; image/jpeg jpeg jpg; application/javascript js; + application/json json; application/atom+xml atom; application/rss+xml rss; _______________________________________________ nginx-devel mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx-devel
