upstream(NGINX)
NGINX 에서 주로 로드 밸런싱을 위해 사용하는 서버 클러스터를 의미한다.
upstream defines a cluster that you can proxy requests to. It’s commonly used for defining either a web server cluster for load balancing, or an app server cluster for routing / load balancing.