docs: matrix gateway vhost defaults to chat.<swarm-domain>, not matrix.<domain>
This commit is contained in:
parent
17554ea563
commit
451b461afb
5 changed files with 17 additions and 13 deletions
|
|
@ -42,8 +42,9 @@ let
|
|||
publicPort = cfg.httpsPort;
|
||||
publicPortSuffix = if publicPort == 443 then "" else ":${toString publicPort}";
|
||||
|
||||
# `<hive>/matrix/*` → 301 → `matrix.<hive>/$1` (legacy deep-link
|
||||
# shim during the fluffychat sub-domain move). See `docs/networking/gateway.md`.
|
||||
# `<hive>/matrix/*` → 301 → `gatewayHost`'s vhost/$1 (`chat.<swarm-domain>`
|
||||
# by default; legacy deep-link shim during the fluffychat sub-domain move).
|
||||
# See `docs/networking/gateway.md`.
|
||||
matrixRedirectLocations =
|
||||
lib.optionalAttrs
|
||||
(matrixDeployCfg.enable && matrixDeployCfg.gui.enable && matrixCfg.gatewayHost != null)
|
||||
|
|
|
|||
Loading…
Reference in a new issue