]> git.kaiwu.me - nginx.git/commitdiff
remove text/css from default charset_types
authorIgor Sysoev <igor@sysoev.ru>
Mon, 18 Aug 2008 13:38:17 +0000 (13:38 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 18 Aug 2008 13:38:17 +0000 (13:38 +0000)
as it does not usually require recoding

src/http/modules/ngx_http_charset_filter_module.c

index 89380555496db3ad0c2d2163a831856ab7dc73ab..16b61689d80e13f3321dd4a272352981d7d9555f 100644 (file)
@@ -115,7 +115,6 @@ static ngx_int_t ngx_http_charset_postconfiguration(ngx_conf_t *cf);
 
 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"),