comparison src/http/modules/ngx_http_proxy_module.c @ 3271:fcd98af88df3

proxy_bind, fastcgi_bind, and memcached_bind
author Igor Sysoev <igor@sysoev.ru>
date Mon, 02 Nov 2009 15:24:02 +0000
parents 95972b9e790b
children 9421e997c2c4
comparison
equal deleted inserted replaced
3270:7d1a04259e3f 3271:fcd98af88df3
225 { ngx_string("proxy_ignore_client_abort"), 225 { ngx_string("proxy_ignore_client_abort"),
226 NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_FLAG, 226 NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_FLAG,
227 ngx_conf_set_flag_slot, 227 ngx_conf_set_flag_slot,
228 NGX_HTTP_LOC_CONF_OFFSET, 228 NGX_HTTP_LOC_CONF_OFFSET,
229 offsetof(ngx_http_proxy_loc_conf_t, upstream.ignore_client_abort), 229 offsetof(ngx_http_proxy_loc_conf_t, upstream.ignore_client_abort),
230 NULL },
231
232 { ngx_string("proxy_bind"),
233 NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_TAKE1,
234 ngx_http_upsteam_bind_set_slot,
235 NGX_HTTP_LOC_CONF_OFFSET,
236 offsetof(ngx_http_proxy_loc_conf_t, upstream.local),
230 NULL }, 237 NULL },
231 238
232 { ngx_string("proxy_connect_timeout"), 239 { ngx_string("proxy_connect_timeout"),
233 NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_TAKE1, 240 NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_TAKE1,
234 ngx_conf_set_msec_slot, 241 ngx_conf_set_msec_slot,