aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-07-02 09:28:50 +0000
committerIgor Sysoev <igor@sysoev.ru>2010-07-02 09:28:50 +0000
commit9a00d694139f04bb1bc6f749c0f4cbe8f198410b (patch)
treed7643fd7b41b5b798976649deae9355b03496088 /src
parent7e14b50c289ede7ac0b268a82ee896e3e294b4cd (diff)
downloadnginx-9a00d694139f04bb1bc6f749c0f4cbe8f198410b.tar.gz
nginx-9a00d694139f04bb1bc6f749c0f4cbe8f198410b.zip
update the previous commit
Diffstat (limited to 'src')
-rw-r--r--src/http/modules/ngx_http_scgi_module.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/http/modules/ngx_http_scgi_module.c b/src/http/modules/ngx_http_scgi_module.c
index 9aaade8a0..fe4fb4752 100644
--- a/src/http/modules/ngx_http_scgi_module.c
+++ b/src/http/modules/ngx_http_scgi_module.c
@@ -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;