upstream app_front_static { server 192.168.206.105:80; }
Never seen it before, anyone knows, what it means?
If we have a single server we can directly include it in the proxy_pass. But in case if we have many servers we use upstream to maintain the servers. Nginx will load-balance based on the incoming traffic.