struct nginx_http_upstream
Overview
HTTP upstream servers group More…
#include <conf_nginx.h> struct nginx_http_upstream { // fields char* name; unsigned int keepalive_num; // methods LIST_ENTRY(nginx_http_upstream); LIST_HEAD(nginx_http_us_server); };
Detailed Documentation
HTTP upstream servers group
Fields
char* name
Name of upstream group
unsigned int keepalive_num
Maximum number of idle keepalive connections
Methods
LIST_ENTRY(nginx_http_upstream)
Linked list of groups
LIST_HEAD(nginx_http_us_server)
Upstream servers