mirror of
https://github.com/nginx/nginx.git
synced 2026-08-27 04:07:18 +00:00
remove text/css from default charset_types
as it does not usually require recoding
This commit is contained in:
parent
dc911287e8
commit
fa92df4bd4
1 changed files with 0 additions and 1 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue