Hello,
I would like to know how nginx proxy_pass works with upstream. I have 2 backend servers running. 1 nginx proxy running in front of them.
My question is
if one user connects to nginx proxy then nginx forward it to first backend ? or it forward it to both backend ?