Update example caddy config

This commit is contained in:
k0tlin 2025-08-30 00:35:38 +03:00
parent 9c6e0e3350
commit 402f7a2157

View file

@ -57,10 +57,10 @@ 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 {
web.tuwunel.me {
root * /var/www/element/
file_server
}