Docs: add example for root domain delegation

Although the procedure is documented in the example configuration file,
whether it is possible to use the root domain as the server name of a
tuwunel instance hosted on a subdomain, and a practical example of doing
so, is often requested in the unofficial support matrix room.

TODO:
- [ ] Add example for Caddy
- [ ] Add example for Traefik
This commit is contained in:
André Lametti
2026-03-04 13:33:08 -05:00
parent 0ee71890ed
commit b81ef81a70
3 changed files with 121 additions and 2 deletions

View File

@@ -8,6 +8,7 @@
- [Reverse Proxy - Caddy](deploying/reverse-proxy-caddy.md)
- [Reverse Proxy - Nginx](deploying/reverse-proxy-nginx.md)
- [Reverse Proxy - Traefik](deploying/reverse-proxy-traefik.md)
- [Example: root domain delegation](deploying/root-domain-delegation.md)
- [NixOS](deploying/nixos.md)
- [Docker](deploying/docker.md)
- [Kubernetes](deploying/kubernetes.md)