diff options
author | Badlop <badlop@process-one.net> | 2010-04-28 10:40:53 +0200 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2010-04-28 20:06:27 +0200 |
commit | cd9e1621f907ca21be065c927ded2af63cf19ce6 (patch) | |
tree | d01e3b84aa24d0efb614137ca253350eb642083f /src | |
parent | Minor fixes in listeners options list (diff) |
Add xml default content type (thanks to Aaron Winborn)(EJAB-1214)
Diffstat (limited to 'src')
-rw-r--r-- | src/web/mod_http_fileserver.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/mod_http_fileserver.erl b/src/web/mod_http_fileserver.erl index 3f324a1db..839964052 100644 --- a/src/web/mod_http_fileserver.erl +++ b/src/web/mod_http_fileserver.erl @@ -91,6 +91,7 @@ {".js", "text/javascript"}, {".png", "image/png"}, {".txt", "text/plain"}, + {".xml", "application/xml"}, {".xpi", "application/x-xpinstall"}, {".xul", "application/vnd.mozilla.xul+xml"}]). |