dashboard.rs: update gateway routing comment to reflect agents.conf (#872)
This commit is contained in:
parent
9eb8012c9b
commit
cbe8d25e25
1 changed files with 5 additions and 5 deletions
|
|
@ -240,11 +240,11 @@ struct StateSnapshot {
|
||||||
/// module when `services.hyperhive.gateway.enable` is on). When
|
/// module when `services.hyperhive.gateway.enable` is on). When
|
||||||
/// true the dashboard frontend builds same-origin
|
/// true the dashboard frontend builds same-origin
|
||||||
/// `/agent/<name>/` links to the per-agent web UI (the gateway
|
/// `/agent/<name>/` links to the per-agent web UI (the gateway
|
||||||
/// proxies them via `agent-ports.json` + `agent-sockets.json`);
|
/// routes them via the runtime-generated `agents.conf` include
|
||||||
/// when false it falls back to direct
|
/// file — see `gateway_nginx.rs`); when false it falls back to
|
||||||
/// `http://<hostname>:<port>/` TCP links so gateway-off /
|
/// direct `http://<hostname>:<port>/` TCP links so gateway-off /
|
||||||
/// local-dev deploys keep working. See
|
/// local-dev deploys keep working. See `docs/gateway.md::Vhost
|
||||||
/// `docs/gateway.md::Vhost map`.
|
/// map`.
|
||||||
gateway_enabled: bool,
|
gateway_enabled: bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue