Deployment Center
This Nginx server is configured as a reverse proxy with support for:
• Load balancing
• SSL/TLS termination
• URL rewriting
• Gzip compression
• Health checks
• Custom error pages
• api.example.com → Backend API
• app.example.com → Application Server
1. Update upstream servers in nginx.conf
2. Configure your domain names
3. Add SSL certificates if needed
4. Deploy with docker-compose up