From 402f7a2157b51260bf4b4742b2cac9d18888f59d Mon Sep 17 00:00:00 2001 From: k0tlin Date: Sat, 30 Aug 2025 00:35:38 +0300 Subject: [PATCH] Update example caddy config --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fd676674..4996dfec 100644 --- a/README.md +++ b/README.md @@ -57,12 +57,12 @@ using the configuration and Tuwunel can be deployed without a reverse proxy. Exa `/etc/caddy/Caddyfile` configuration with [Element](https://github.com/element-hq/element-web/releases) unzipped to `/var/www/element`: ``` -https://tuwunel.me:8448 { - reverse_proxy http://127.0.0.1:8008 +tuwunel.me, tuwunel.me:8448 { + reverse_proxy localhost:8008 } -https://tuwunel.me:443 { - root * /var/www/element/ - file_server +web.tuwunel.me { + root * /var/www/element/ + file_server } ``` `caddy reload --config /etc/caddy/Caddyfile` @@ -75,7 +75,7 @@ granted server admin. 🤗 Did you find this and other documentation helpful? We would love to hear feedback about setting up Tuwunel. - + ### Migrating to Tuwunel