aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/proxy/ngx_http_proxy_handler.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-04-14 17:44:28 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-04-14 17:44:28 +0000
commitb3968b314f063c42f983ba70becfb9fae97651f0 (patch)
tree49334a35d59b4491c62facced5f0bdef1e434343 /src/http/modules/proxy/ngx_http_proxy_handler.c
parenta3677248993cddbf6f406dccd313eda8759724fb (diff)
downloadnginx-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.c1
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) },