diff --git a/conf/caddy/Caddyfile.tmpl b/conf/caddy/Caddyfile.tmpl index 6747351..9b0c92c 100644 --- a/conf/caddy/Caddyfile.tmpl +++ b/conf/caddy/Caddyfile.tmpl @@ -27,7 +27,7 @@ } chat.{$DWEB_DOMAIN}, http://chat.{$DWEB_ONION} { - reverse_proxy http://element:8001 + reverse_proxy http://element:80 header Onion-Location http://chat.{$DWEB_ONION} } @@ -46,7 +46,7 @@ peertube.{$DWEB_DOMAIN}:1935, https://peertube.{$DWEB_DOMAIN}:1935 { } peertube.{$DWEB_DOMAIN}, https://peertube.{$DWEB_DOMAIN} { - reverse_proxy http://peertube-back:9010 + reverse_proxy http://peertube-back:9000 } social.{$DWEB_DOMAIN}, http://social.{$DWEB_ONION} {