1. Nginx는 먼저 요청을 처리해야하는 서버를 결정한다.

    server {
    			listen      80;
    			server_name example.org www.example.org;
    }
    

    Understanding Nginx Server and Location Block Selection Algorithms | DigitalOcean

    Web Server - Nginx 설치 및 사용방법(nginx cache, reverse proxy, 프록시, 캐시)