]> git.kaiwu.me - nginx.git/commit
Stream: the $upstream_addr variable.
authorVladimir Homutov <vl@nginx.com>
Fri, 2 Sep 2016 15:27:05 +0000 (18:27 +0300)
committerVladimir Homutov <vl@nginx.com>
Fri, 2 Sep 2016 15:27:05 +0000 (18:27 +0300)
commitc6d456da87fab9fc953f4f0d8506ac83415e774c
treecbd9d030a98665e799502539bde8a9478858eb0a
parentbe6024f9b72b6d012d52f1ae1c7605a6c4c165da
Stream: the $upstream_addr variable.

Keeps the full address of the upstream server.  If several servers were
contacted during proxying, their addresses are separated by commas,
e.g. "192.168.1.1:80, 192.168.1.2:80".
src/stream/ngx_stream.h
src/stream/ngx_stream_proxy_module.c
src/stream/ngx_stream_upstream.c
src/stream/ngx_stream_upstream.h