We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d23805 commit 0ed80c3Copy full SHA for 0ed80c3
2 files changed
nginx/http/charset.conf
@@ -1,2 +1,2 @@
1
charset utf-8;
2
-charset_types text/xml text/plain text/css application/javascript application/rss+xml;
+charset_types text/xml text/plain text/css application/json application/javascript application/rss+xml;
nginx/mime.types
@@ -8,6 +8,7 @@ types {
8
image/jpeg jpeg jpg;
9
application/javascript js;
10
application/atom+xml atom;
11
+ application/json json;
12
13
text/mathml mml;
14
text/plain txt;
0 commit comments