diff --git a/caddy/Caddyfile b/caddy/Caddyfile index f12cfa9..2e1b1f1 100644 --- a/caddy/Caddyfile +++ b/caddy/Caddyfile @@ -93,13 +93,13 @@ quodatum.duckdns.org { encode gzip # The negotiation endpoint is also proxied to Rocket - reverse_proxy /notifications/hub/negotiate 0.0.0.0:8882 + reverse_proxy /notifications/hub/negotiate 0.0.0.0:80 # Notifications redirected to the websockets server reverse_proxy /notifications/hub 0.0.0.0:3012 # Send all other traffic to the regular Vaultwarden endpoint - reverse_proxy 0.0.0.0:8882 + reverse_proxy 0.0.0.0:80 } @nextcloud host nextcloud.quodatum.duckdns.org