diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-04-14 17:44:28 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-04-14 17:44:28 +0000 |
commit | b3968b314f063c42f983ba70becfb9fae97651f0 (patch) | |
tree | 49334a35d59b4491c62facced5f0bdef1e434343 /src/http/modules/proxy/ngx_http_proxy_handler.c | |
parent | a3677248993cddbf6f406dccd313eda8759724fb (diff) | |
download | nginx-b3968b314f063c42f983ba70becfb9fae97651f0.tar.gz nginx-b3968b314f063c42f983ba70becfb9fae97651f0.zip |
nginx-0.0.3-2004-04-14-21:44:28 import
Diffstat (limited to 'src/http/modules/proxy/ngx_http_proxy_handler.c')
-rw-r--r-- | src/http/modules/proxy/ngx_http_proxy_handler.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/modules/proxy/ngx_http_proxy_handler.c b/src/http/modules/proxy/ngx_http_proxy_handler.c index 0fd89c139..d7cbf9608 100644 --- a/src/http/modules/proxy/ngx_http_proxy_handler.c +++ b/src/http/modules/proxy/ngx_http_proxy_handler.c @@ -262,6 +262,7 @@ ngx_http_header_t ngx_http_proxy_headers_in[] = { { ngx_string("Expires"), offsetof(ngx_http_proxy_headers_in_t, expires) }, { ngx_string("Cache-Control"), offsetof(ngx_http_proxy_headers_in_t, cache_control) }, + { ngx_string("ETag"), offsetof(ngx_http_proxy_headers_in_t, etag) }, { ngx_string("X-Accel-Expires"), offsetof(ngx_http_proxy_headers_in_t, x_accel_expires) }, |