Nginx Works
Nginx Works
What is Nginx?
Nginx (pronounced “Engine-X”) is an open-source, high-
performance web server that also works as:
A reverse proxy
A load balancer
An HTTP cache
An Ingress controller in Kubernetes
2. Receiving a Request
7. Acting as a Middleman
Round Robin
Least Connections
IP Hash
This boosts performance and reliability.
Nginx can:
Debugging issues
Performance tracking
o Least connections
o IP hash
4. SSL/TLS Termination