Nginx is a high-perf web server/reverse proxy/load balancer serving static content, proxying, and caching with event-driven architecture.
Config via nginx.conf.
Use Nginx when:
Note: server { listen 80; }
Upstream for LB.
Gzip on.