diff options
author | Igor Sysoev <igor@sysoev.ru> | 2010-07-02 09:25:38 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2010-07-02 09:25:38 +0000 |
commit | 7e14b50c289ede7ac0b268a82ee896e3e294b4cd (patch) | |
tree | 294b93cb7b51f9ad56072b5976b6b12967b98933 /src/http/modules/ngx_http_scgi_module.c | |
parent | 187538d1ebc25341ad611ba8d26b42b3e2e9de67 (diff) | |
download | nginx-7e14b50c289ede7ac0b268a82ee896e3e294b4cd.tar.gz nginx-7e14b50c289ede7ac0b268a82ee896e3e294b4cd.zip |
use shared ngx_http_upstream_ignore_headers_masks[]
Diffstat (limited to 'src/http/modules/ngx_http_scgi_module.c')
-rw-r--r-- | src/http/modules/ngx_http_scgi_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_scgi_module.c b/src/http/modules/ngx_http_scgi_module.c index 546bce066..9aaade8a0 100644 --- a/src/http/modules/ngx_http_scgi_module.c +++ b/src/http/modules/ngx_http_scgi_module.c @@ -296,7 +296,7 @@ static ngx_command_t ngx_http_scgi_commands[] = { ngx_conf_set_bitmask_slot, NGX_HTTP_LOC_CONF_OFFSET, offsetof(ngx_http_scgi_loc_conf_t, upstream.ignore_headers), - &ngx_http_scgi_ignore_headers_masks }, + &ngx_http_upstream_ignore_headers_masks }, ngx_null_command }; |