미니옵빠의 code stubs

NGINX 로 reverse proxy 구현하기 본문

Server/NGINX

NGINX 로 reverse proxy 구현하기

미니옵빠 2017. 3. 4. 19:28

아래 블로그 글 참고


https://www.nginx.com/blog/choosing-nginx-plus-load-balancing-techniques/

https://www.joinc.co.kr/w/man/12/proxy



Load-Balancing method


1. Round Robin : Default

2. Hash : 내가 지정한 값에 따라. request_uri 등

3. IP Hash : IP 기준으로

4. Least Connections : 연결이 가장 적은 서버로

5. Least Time : active connection + 과거 요청의 평균 응답 시간의 두 metric으로 조합. NGINX Plus(유료버전)에서만 사용가능