docs(gateway): describe nginx as per-host, not a deployment-wide singleton

Fix wording flagged on #4521 review: "Single nginx in front of every
hyperhive web surface" and "Runs on the host" claimed a deployment-wide
topology. There's one nginx per host that has something on it, and
potentially more inside service containers. Reword to describe what
this module builds on this host, with no count claim swarm-wide.
This commit is contained in:
atlas 2026-09-19 13:58:10 +02:00
commit a358889384
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# Single nginx in front of every hyperhive web surface — dashboard,
# This host's nginx fronts the hyperhive web surfaces on it — dashboard,
# per-agent UIs (sub-path), forge + matrix (sub-domain), .well-known
# delegations — plus the hive-internal dnsmasq resolver. Both run on the
# HOST, next to hive-c0re: nginx binds the host's :80/:443 and dnsmasq
# delegations — plus the hive-internal dnsmasq resolver. Both run on
# this host, next to hive-c0re: nginx binds :80/:443 and dnsmasq
# answers on the hive bridge, so neither can be confined to a network
# namespace of its own.
# Full vhost map + discovery flow + design rationale in