nginx-reverse-proxy
Nginx Reverse Proxy
Overview
This project sets up an Nginx reverse proxy using Docker to manage multiple Nginx containers. It routes incoming requests to different backend services based on the request path.
Table of Contents
Features
- Load balancing between multiple Nginx servers
- Easy configuration using Docker Compose
- Simple setup and deployment
Requirements