make config pages specify utf-8 content-type
This commit is contained in:
parent
40d97beea1
commit
2b6878495c
|
@ -94,8 +94,8 @@ typedef struct tag_contenttypes {
|
||||||
} CONTENTTYPES;
|
} CONTENTTYPES;
|
||||||
|
|
||||||
CONTENTTYPES config_default_types[] = {
|
CONTENTTYPES config_default_types[] = {
|
||||||
{ ".css", "text/css" },
|
{ ".css", "text/css; charset=utf-8" },
|
||||||
{ ".txt", "text/plain" },
|
{ ".txt", "text/plain; charset=utf-8" },
|
||||||
{ NULL, NULL }
|
{ NULL, NULL }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue