Configure Nginx Upstreams for Load Balancing
masternginx_upstreams variable. Note that defining upstreams is only half the task; you must also configure at least one server block (via nginx_vhosts) to proxy requests to the defined upstream (e.g., using proxy_pass http://myapp1; in the extra_parameters field).