comparison src/http/modules/ngx_http_charset_filter_module.c @ 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 a69886fc2864
children cc13ff6d5c07
comparison
equal deleted inserted replaced
2186:ecce31d90117 2187:8caf97ecb136
113 static ngx_int_t ngx_http_charset_postconfiguration(ngx_conf_t *cf); 113 static ngx_int_t ngx_http_charset_postconfiguration(ngx_conf_t *cf);
114 114
115 115
116 ngx_str_t ngx_http_charset_default_types[] = { 116 ngx_str_t ngx_http_charset_default_types[] = {
117 ngx_string("text/html"), 117 ngx_string("text/html"),
118 ngx_string("text/css"),
119 ngx_string("text/xml"), 118 ngx_string("text/xml"),
120 ngx_string("text/plain"), 119 ngx_string("text/plain"),
121 ngx_string("text/vnd.wap.wml"), 120 ngx_string("text/vnd.wap.wml"),
122 ngx_string("application/x-javascript"), 121 ngx_string("application/x-javascript"),
123 ngx_string("application/rss+xml"), 122 ngx_string("application/rss+xml"),