mirror of
https://github.com/nginx/nginx.git
synced 2026-06-26 20:01:45 +00:00
clear "Accept-Ranges" for SSI responses
This commit is contained in:
parent
ce1ba38b93
commit
b477b2c2f4
1 changed files with 1 additions and 0 deletions
|
|
@ -360,6 +360,7 @@ ngx_http_ssi_header_filter(ngx_http_request_t *r)
|
|||
if (r == r->main) {
|
||||
ngx_http_clear_content_length(r);
|
||||
ngx_http_clear_last_modified(r);
|
||||
ngx_http_clear_accept_ranges(r);
|
||||
}
|
||||
|
||||
return ngx_http_next_header_filter(r);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue