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 config_default_types[] = {
|
||||
{ ".css", "text/css" },
|
||||
{ ".txt", "text/plain" },
|
||||
{ ".css", "text/css; charset=utf-8" },
|
||||
{ ".txt", "text/plain; charset=utf-8" },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue