]> git.kaiwu.me - nginx.git/commitdiff
update the previous commit
authorIgor Sysoev <igor@sysoev.ru>
Fri, 2 Jul 2010 09:28:50 +0000 (09:28 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 2 Jul 2010 09:28:50 +0000 (09:28 +0000)
src/http/modules/ngx_http_scgi_module.c

index 9aaade8a03fc8c9aab7ddbddcc6ddaf49e720a6b..fe4fb47524adf8026ef8a66e82cf738f2fae035b 100644 (file)
@@ -70,15 +70,6 @@ static ngx_conf_bitmask_t ngx_http_scgi_next_upstream_masks[] = {
 };
 
 
-static ngx_conf_bitmask_t ngx_http_scgi_ignore_headers_masks[] = {
-    { ngx_string("X-Accel-Redirect"), NGX_HTTP_UPSTREAM_IGN_XA_REDIRECT },
-    { ngx_string("X-Accel-Expires"), NGX_HTTP_UPSTREAM_IGN_XA_EXPIRES },
-    { ngx_string("Expires"), NGX_HTTP_UPSTREAM_IGN_EXPIRES },
-    { ngx_string("Cache-Control"), NGX_HTTP_UPSTREAM_IGN_CACHE_CONTROL },
-    { ngx_null_string, 0 }
-};
-
-
 ngx_module_t  ngx_http_scgi_module;