Update Caddyfile.tmpl

This commit is contained in:
A 2025-07-08 10:47:45 -07:00 committed by GitHub
parent 8971d6e31b
commit 42e714b441
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,6 +34,7 @@ chat.{$DWEB_DOMAIN}, http://chat.{$DWEB_ONION} {
matrix.{$DWEB_DOMAIN}, http://matrix.{$DWEB_ONION} { matrix.{$DWEB_DOMAIN}, http://matrix.{$DWEB_ONION} {
reverse_proxy /_matrix/* http://synapse:8008 reverse_proxy /_matrix/* http://synapse:8008
reverse_proxy /_synapse/client/* 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 reverse_proxy /.well-known/* http://synapse:8008
header Onion-Location http://matrix.{$DWEB_ONION} header Onion-Location http://matrix.{$DWEB_ONION}
} }