From f674f32c09c9938d5f2b19509166e5c5e28a9e3c Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 22 Sep 2016 19:32:47 +0300 Subject: Upstream: max_conns. --- src/http/ngx_http_upstream_round_robin.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/http/ngx_http_upstream_round_robin.h') diff --git a/src/http/ngx_http_upstream_round_robin.h b/src/http/ngx_http_upstream_round_robin.h index 355620add..634fe539e 100644 --- a/src/http/ngx_http_upstream_round_robin.h +++ b/src/http/ngx_http_upstream_round_robin.h @@ -27,6 +27,7 @@ struct ngx_http_upstream_rr_peer_s { ngx_int_t weight; ngx_uint_t conns; + ngx_uint_t max_conns; ngx_uint_t fails; time_t accessed; -- cgit