summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-06-20 14:43:17 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-06-20 14:43:17 +0000
commitebc507bc78558433f1ffe21fce18c6adf8a2e040 (patch)
treed8372061dc16d1fce01f9f8c169903a13ee450bc
parentda02ddc6fdd07cd68196a22ce6c434b9edce8919 (diff)
downloadnginx-ebc507bc78558433f1ffe21fce18c6adf8a2e040.tar.gz
nginx-ebc507bc78558433f1ffe21fce18c6adf8a2e040.tar.bz2
change RSS MIME type
-rw-r--r--conf/mime.types3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/mime.types b/conf/mime.types
index 3031cf6d7..898dec5ce 100644
--- a/conf/mime.types
+++ b/conf/mime.types
@@ -2,11 +2,12 @@
types {
text/html html htm shtml;
text/css css;
- text/xml xml rss;
+ text/xml xml;
image/gif gif;
image/jpeg jpeg jpg;
application/x-javascript js;
application/atom+xml atom;
+ application/rss+xml rss;
text/mathml mml;
text/plain txt;