Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-06-20 18:43:17 +0400
committerIgor Sysoev <igor@sysoev.ru>2008-06-20 18:43:17 +0400
commitebc507bc78558433f1ffe21fce18c6adf8a2e040 (patch)
treed8372061dc16d1fce01f9f8c169903a13ee450bc /conf
parentda02ddc6fdd07cd68196a22ce6c434b9edce8919 (diff)
change RSS MIME type
Diffstat (limited to 'conf')
-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;