Loading...
Chapter
Reverse Proxying and Load Balancing
Explore Nginx's powerful capabilities as a reverse proxy to forward requests to backend application servers. We'll delve into load balancing strategies for distributing traffic and improving application availability.
- 01
Understanding the Fundamentals: What is Reverse Proxying?
- 02
Putting Reverse Proxying into Practice with Nginx
- 03
The Power of Distribution: Introduction to Load Balancing
- 04
Implementing Load Balancing Strategies in Nginx
- 05
Health Checks and Failover: Ensuring High Availability
- 06
Advanced Load Balancing Techniques: Sticky Sessions and More
- 07
Real-World Scenarios and Best Practices