From 947ca10d23db794cb5760190f385b86f76c5fa46 Mon Sep 17 00:00:00 2001 From: andy bunce Date: Tue, 13 Jun 2023 17:18:45 +0100 Subject: [PATCH] [mod] --- caddy/Caddyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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