comparison src/http/modules/ngx_http_uwsgi_module.c @ 3567:9bbfce117cfb

uwsgi_bind
author Igor Sysoev <igor@sysoev.ru>
date Fri, 04 Jun 2010 12:32:08 +0000
parents b81d44244cb1
children 7cfbc51bac01
comparison
equal deleted inserted replaced
3566:b81d44244cb1 3567:9bbfce117cfb
133 { ngx_string("uwsgi_ignore_client_abort"), 133 { ngx_string("uwsgi_ignore_client_abort"),
134 NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_FLAG, 134 NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_FLAG,
135 ngx_conf_set_flag_slot, 135 ngx_conf_set_flag_slot,
136 NGX_HTTP_LOC_CONF_OFFSET, 136 NGX_HTTP_LOC_CONF_OFFSET,
137 offsetof(ngx_http_uwsgi_loc_conf_t, upstream.ignore_client_abort), 137 offsetof(ngx_http_uwsgi_loc_conf_t, upstream.ignore_client_abort),
138 NULL },
139
140 { ngx_string("uwsgi_bind"),
141 NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_TAKE1,
142 ngx_http_upstream_bind_set_slot,
143 NGX_HTTP_LOC_CONF_OFFSET,
144 offsetof(ngx_http_uwsgi_loc_conf_t, upstream.local),
138 NULL }, 145 NULL },
139 146
140 { ngx_string("uwsgi_connect_timeout"), 147 { ngx_string("uwsgi_connect_timeout"),
141 NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_TAKE1, 148 NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_TAKE1,
142 ngx_conf_set_msec_slot, 149 ngx_conf_set_msec_slot,