Re: upstream status

2016-08-21 Thread B.R.
As per the docs , it is said this variable contains all the status codes returned by each upstream interrogated. >From what I understood, server1 returned 504, server2 returned 502. Those statuses are included in what

upstream status

2016-08-19 Thread Frank Liu
Hi, I am using nginx as proxy with two upstream servers. In the access log, I log the upstream_address, upstream_status, status (downstream), a special response header from upstream, etc. A few times I see in the log upstream_address: server1:port, server2:port with upstream_status: 504, 502 st