diff options
| -rw-r--r-- | conf/mime.types | 3 |
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; |
