Nginx
Port: 80 Config:/opt/coderz/configs/nginx/nginx.conf
HTML: /opt/coderz/configs/nginx/html/index.html
Nginx serves three roles in the Coderz Stack:
- Landing Page — Serves the Coderz home page on port 80
- Reverse Proxy — Routes traffic to backend services
- API Gateway — Rate limiting, caching, and request logging (with Redis)
Current Configuration
Adding Reverse Proxy Routes
To expose a service through Nginx (e.g., Grafana at/grafana):