From 2bbf773390734506a7b7d45368a9f312ebc7894a Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Sat, 7 Mar 2026 09:49:58 +0000 Subject: [PATCH] Fix typo. (#352) Signed-off-by: Jason Volk --- docs/deploying/root-domain-delegation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploying/root-domain-delegation.md b/docs/deploying/root-domain-delegation.md index b2f60104..602cf2ae 100644 --- a/docs/deploying/root-domain-delegation.md +++ b/docs/deploying/root-domain-delegation.md @@ -92,7 +92,7 @@ At a minimum, the following JSON files should be created: ### Option 2: Reverse proxy -These are example configurations if `example.com` is reverse-proxied behing Nginx or Caddy. +These are example configurations if `example.com` is reverse-proxied behind Nginx or Caddy. > [!NOTE] > Replace `tuwunel` with the URL where tuwunel is listening; this may look like `127.0.0.1:8008`, `matrix.example.com`, or `tuwunel` if you declared an `upstream tuwunel` block.