Home
last modified time | relevance | path

Searched defs:ngx_http_upstream_srv_conf_s (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h121 struct ngx_http_upstream_srv_conf_s { struct
122 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 …]