changeset 2053:dd5ca07f5cdd

change RSS MIME type
author Igor Sysoev <igor@sysoev.ru>
date Fri, 20 Jun 2008 14:43:17 +0000
parents b4085596a7e6
children 989176d3ffc5
files conf/mime.types
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;