Serve xml files with a content type of text/xml, closing ticket #100

This commit is contained in:
Ron Pedde 2006-05-06 03:25:29 +00:00
parent 4f01d784dc
commit 2350b5a6f5

View File

@ -93,6 +93,7 @@ typedef struct tag_contenttypes {
CONTENTTYPES config_default_types[] = {
{ ".css", "text/css; charset=utf-8" },
{ ".txt", "text/plain; charset=utf-8" },
{ ".xml", "text/xml; charset=utf-8" },
{ NULL, NULL }
};