aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-08-18 13:38:17 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-08-18 13:38:17 +0000
commitfa92df4bd4789fb30f0dfae178a46121463e4b34 (patch)
tree8fe2d785aede5ed624e539b9c1c7695c4e63e3a5 /src
parentdc911287e8f6173271fa35e8f9d8fd4fa7279e08 (diff)
downloadnginx-fa92df4bd4789fb30f0dfae178a46121463e4b34.tar.gz
nginx-fa92df4bd4789fb30f0dfae178a46121463e4b34.zip
remove text/css from default charset_types
as it does not usually require recoding
Diffstat (limited to 'src')
-rw-r--r--src/http/modules/ngx_http_charset_filter_module.c1
1 files changed, 0 insertions, 1 deletions
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"),