Incoming reverse-proxy behavior is configured in your infrastructure layer (NGINX/Ingress), not in
config.json.When to use this setup
- You want HTTPS termination in front of Bifrost.
- You run multiple Bifrost replicas and want L7 load balancing.
- You need one stable gateway URL for SDKs and agent clients.
Docker Compose deployment
Use this when Bifrost and NGINX run as services in the same Compose project.location / block:
VM or bare-metal deployment
Use the same NGINXlocation / settings as above, and point upstream servers to hostnames/IPs reachable from that VM.
If you terminate TLS directly on NGINX, add:

