From fa92df4bd4789fb30f0dfae178a46121463e4b34 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 18 Aug 2008 13:38:17 +0000 Subject: [PATCH] remove text/css from default charset_types as it does not usually require recoding --- src/http/modules/ngx_http_charset_filter_module.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/http/modules/ngx_http_charset_filter_module.c b/src/http/modules/ngx_http_charset_filter_module.c index 893805554..16b61689d 100644 --- 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_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"),