remove text/css from default charset_types
as it does not usually require recoding
Igor Sysoev
12 years ago
114 | 114 |
|
115 | 115 |
ngx_str_t ngx_http_charset_default_types[] = {
|
116 | 116 |
ngx_string("text/html"),
|
117 | |
ngx_string("text/css"),
|
118 | 117 |
ngx_string("text/xml"),
|
119 | 118 |
ngx_string("text/plain"),
|
120 | 119 |
ngx_string("text/vnd.wap.wml"),
|