comparison src/http/modules/ngx_http_proxy_module.c @ 3399:ac9c0380337d

fix typo
author Igor Sysoev <igor@sysoev.ru>
date Wed, 23 Dec 2009 14:22:17 +0000
parents 3b2a8a0dca8e
children b982f2dee8cf
comparison
equal deleted inserted replaced
3398:236634d2b603 3399:ac9c0380337d
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 }, 230 NULL },
231 231
232 { ngx_string("proxy_bind"), 232 { ngx_string("proxy_bind"),
233 NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_TAKE1, 233 NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_TAKE1,
234 ngx_http_upsteam_bind_set_slot, 234 ngx_http_upstream_bind_set_slot,
235 NGX_HTTP_LOC_CONF_OFFSET, 235 NGX_HTTP_LOC_CONF_OFFSET,
236 offsetof(ngx_http_proxy_loc_conf_t, upstream.local), 236 offsetof(ngx_http_proxy_loc_conf_t, upstream.local),
237 NULL }, 237 NULL },
238 238
239 { ngx_string("proxy_connect_timeout"), 239 { ngx_string("proxy_connect_timeout"),