diff src/http/modules/proxy/ngx_http_proxy_header.c @ 172:caa57ddf6d77

nginx-0.0.1-2003-11-04-01:20:44 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 03 Nov 2003 22:20:44 +0000
parents c42be4185301
children 02a715e85df1
line wrap: on
line diff
--- a/src/http/modules/proxy/ngx_http_proxy_header.c
+++ b/src/http/modules/proxy/ngx_http_proxy_header.c
@@ -26,6 +26,12 @@ int ngx_http_proxy_copy_header(ngx_http_
                 || &h[i] == headers_in->accept_ranges) {
                 continue;
             }
+
+            if (&h[i] == headers_in->x_accel_expires
+                && !p->lcf->pass_x_accel_expires)
+            {
+                continue;
+            } 
     
             if (&h[i] == headers_in->server && !p->lcf->pass_server) {
                 continue;