fix typo
Igor Sysoev
11 years ago
241 | 241 |
|
242 | 242 |
{ ngx_string("fastcgi_bind"),
|
243 | 243 |
NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_TAKE1,
|
244 | |
ngx_http_upsteam_bind_set_slot,
|
|
244 |
ngx_http_upstream_bind_set_slot,
|
245 | 245 |
NGX_HTTP_LOC_CONF_OFFSET,
|
246 | 246 |
offsetof(ngx_http_fastcgi_loc_conf_t, upstream.local),
|
247 | 247 |
NULL },
|
64 | 64 |
|
65 | 65 |
{ ngx_string("memcached_bind"),
|
66 | 66 |
NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_TAKE1,
|
67 | |
ngx_http_upsteam_bind_set_slot,
|
|
67 |
ngx_http_upstream_bind_set_slot,
|
68 | 68 |
NGX_HTTP_LOC_CONF_OFFSET,
|
69 | 69 |
offsetof(ngx_http_memcached_loc_conf_t, upstream.local),
|
70 | 70 |
NULL },
|
230 | 230 |
|
231 | 231 |
{ ngx_string("proxy_bind"),
|
232 | 232 |
NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_TAKE1,
|
233 | |
ngx_http_upsteam_bind_set_slot,
|
|
233 |
ngx_http_upstream_bind_set_slot,
|
234 | 234 |
NGX_HTTP_LOC_CONF_OFFSET,
|
235 | 235 |
offsetof(ngx_http_proxy_loc_conf_t, upstream.local),
|
236 | 236 |
NULL },
|
322 | 322 |
void ngx_http_upstream_init(ngx_http_request_t *r);
|
323 | 323 |
ngx_http_upstream_srv_conf_t *ngx_http_upstream_add(ngx_conf_t *cf,
|
324 | 324 |
ngx_url_t *u, ngx_uint_t flags);
|
325 | |
char *ngx_http_upsteam_bind_set_slot(ngx_conf_t *cf, ngx_command_t *cmd,
|
|
325 |
char *ngx_http_upstream_bind_set_slot(ngx_conf_t *cf, ngx_command_t *cmd,
|
326 | 326 |
void *conf);
|
327 | 327 |
ngx_int_t ngx_http_upstream_hide_headers_hash(ngx_conf_t *cf,
|
328 | 328 |
ngx_http_upstream_conf_t *conf, ngx_http_upstream_conf_t *prev,
|