Reverse Proxy: smart domain routing
Configure distinct targets for each domain with HTTPS offloading, WebSocket proxying, and traffic distribution.
Typical config
proxy:
rules:
- domain: "api.example.com"
target: "127.0.0.1"
port: 3000
enabled: true
ssl_only: true
Tips
- Enable HTTP/2 and TLS 1.3
- Use connection pooling for high‑QPS APIs
- Combine with access controls