nginx

Nginx reverse proxy and load balancing

Nginx serves as a high-performance reverse proxy and load balancer. The upstream block defines backend server pools. Load balancing methods include round-robin (default), least_conn, ip_hash, and random. The proxy_pass directive forwards requests to u