]> git.kaiwu.me - nginx.git/commitdiff
change RSS MIME type
authorIgor Sysoev <igor@sysoev.ru>
Fri, 20 Jun 2008 14:43:17 +0000 (14:43 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 20 Jun 2008 14:43:17 +0000 (14:43 +0000)
conf/mime.types

index 3031cf6d72bcfbccaeeffaa37fadf7ce1774a946..898dec5ce3e442bcb41565b22550c5b7e3994e9b 100644 (file)
@@ -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;