comparison src/http/modules/ngx_http_scgi_module.c @ 3667:12bd9e26fadb

use shared ngx_http_upstream_ignore_headers_masks[]
author Igor Sysoev <igor@sysoev.ru>
date Fri, 02 Jul 2010 09:25:38 +0000
parents d656caa72ec9
children 1d4c7aaed5d2
comparison
equal deleted inserted replaced
3666:cd6d45c0a119 3667:12bd9e26fadb
294 { ngx_string("scgi_ignore_headers"), 294 { ngx_string("scgi_ignore_headers"),
295 NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_1MORE, 295 NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_1MORE,
296 ngx_conf_set_bitmask_slot, 296 ngx_conf_set_bitmask_slot,
297 NGX_HTTP_LOC_CONF_OFFSET, 297 NGX_HTTP_LOC_CONF_OFFSET,
298 offsetof(ngx_http_scgi_loc_conf_t, upstream.ignore_headers), 298 offsetof(ngx_http_scgi_loc_conf_t, upstream.ignore_headers),
299 &ngx_http_scgi_ignore_headers_masks }, 299 &ngx_http_upstream_ignore_headers_masks },
300 300
301 ngx_null_command 301 ngx_null_command
302 }; 302 };
303 303
304 304