mirror of
https://github.com/nginx/nginx.git
synced 2025-07-31 10:36:14 +08:00
merge r3038:
process upstream ETag header
This commit is contained in:
parent
80d70e434d
commit
6ace74566d
@ -161,6 +161,12 @@ ngx_http_upstream_header_t ngx_http_upstream_headers_in[] = {
|
||||
offsetof(ngx_http_upstream_headers_in_t, last_modified),
|
||||
ngx_http_upstream_copy_last_modified, 0, 0 },
|
||||
|
||||
{ ngx_string("ETag"),
|
||||
ngx_http_upstream_process_header_line,
|
||||
offsetof(ngx_http_upstream_headers_in_t, etag),
|
||||
ngx_http_upstream_copy_header_line,
|
||||
offsetof(ngx_http_headers_out_t, etag), 0 },
|
||||
|
||||
{ ngx_string("Server"),
|
||||
ngx_http_upstream_process_header_line,
|
||||
offsetof(ngx_http_upstream_headers_in_t, server),
|
||||
|
Loading…
Reference in New Issue
Block a user