mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 14:58:20 +00:00
add X-Accel-Charset to ingored header, fix X-Accel-Buffering
This commit is contained in:
parent
be0a61e618
commit
c2e854e198
2 changed files with 4 additions and 2 deletions
|
|
@ -417,7 +417,8 @@ static ngx_str_t ngx_http_fastcgi_hide_headers[] = {
|
|||
ngx_string("X-Accel-Expires"),
|
||||
ngx_string("X-Accel-Redirect"),
|
||||
ngx_string("X-Accel-Limit-Rate"),
|
||||
ngx_string("X-Accel-Buffer"),
|
||||
ngx_string("X-Accel-Buffering"),
|
||||
ngx_string("X-Accel-Charset"),
|
||||
ngx_null_string
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -435,7 +435,8 @@ static ngx_str_t ngx_http_proxy_hide_headers[] = {
|
|||
ngx_string("X-Accel-Expires"),
|
||||
ngx_string("X-Accel-Redirect"),
|
||||
ngx_string("X-Accel-Limit-Rate"),
|
||||
ngx_string("X-Accel-Buffer"),
|
||||
ngx_string("X-Accel-Buffering"),
|
||||
ngx_string("X-Accel-Charset"),
|
||||
ngx_null_string
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue