From 42e714b441fa2242a77c8e814649f27129a3c649 Mon Sep 17 00:00:00 2001 From: A <32370941+aphick@users.noreply.github.com> Date: Tue, 8 Jul 2025 10:47:45 -0700 Subject: [PATCH] Update Caddyfile.tmpl --- conf/caddy/Caddyfile.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/caddy/Caddyfile.tmpl b/conf/caddy/Caddyfile.tmpl index a969ede..0ba8510 100644 --- a/conf/caddy/Caddyfile.tmpl +++ b/conf/caddy/Caddyfile.tmpl @@ -34,6 +34,7 @@ chat.{$DWEB_DOMAIN}, http://chat.{$DWEB_ONION} { matrix.{$DWEB_DOMAIN}, http://matrix.{$DWEB_ONION} { reverse_proxy /_matrix/* http://synapse:8008 reverse_proxy /_synapse/client/* http://synapse:8008 + # reverse_proxy /_synapse/admin/* http://synapse:8008 # Uncomment this line to use admin tools like Synapse-admin reverse_proxy /.well-known/* http://synapse:8008 header Onion-Location http://matrix.{$DWEB_ONION} }