changeset 2187:8caf97ecb136

remove text/css from default charset_types as it does not usually require recoding
author Igor Sysoev <igor@sysoev.ru>
date Mon, 18 Aug 2008 13:38:17 +0000
parents ecce31d90117
children 0e7023bf6b24
files src/http/modules/ngx_http_charset_filter_module.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/modules/ngx_http_charset_filter_module.c
+++ b/src/http/modules/ngx_http_charset_filter_module.c
@@ -115,7 +115,6 @@ static ngx_int_t ngx_http_charset_postco
 
 ngx_str_t  ngx_http_charset_default_types[] = {
     ngx_string("text/html"),
-    ngx_string("text/css"),
     ngx_string("text/xml"),
     ngx_string("text/plain"),
     ngx_string("text/vnd.wap.wml"),