Searched defs:ngx_http_upstream_srv_conf_s (Results 1 – 1 of 1) sorted by relevance
121 struct ngx_http_upstream_srv_conf_s { struct122 ngx_http_upstream_peer_t peer;123 void **srv_conf;125 ngx_array_t *servers; /* ngx_http_upstream_server_t */127 ngx_uint_t flags;128 ngx_str_t host;129 u_char *file_name;130 ngx_uint_t line;131 in_port_t port;132 ngx_uint_t no_port; /* unsigned no_port:1 */[all …]