https://kubby72.tistory.com/entry/nginx-upstream-module 에서 upstram 에 대한 load-balacing방법에 대해 알아 보있다. 이중upstream에 아래와 같이 dns (org)을 입력하고 upstream org { hash $host$uri consistent; server org; } /etc/hosts를 아래와 같이 수정해 dnsmasq로 dns 를 통해 전파하게 되면 https://kubby72.tistory.com/entry/simple-DNS-server-dnsmasq 192.168.1.100 org 192.168.1.101 org 192.168.1.102 org nginx는 아래와 같이 upstream 블락에 server ip_addr를 3..