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
diff options
context:
space:
mode:
-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;