From 5592a19029e67e6b8b1cbd2defc45ea1b76100d1 Mon Sep 17 00:00:00 2001 From: Felix E Date: Sun, 9 Jul 2023 17:50:55 +0200 Subject: [PATCH] Update caddy example for websockets over port 80 (v1.29.0) --- Caddy-2.x-with-Cloudflare-DNS.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Caddy-2.x-with-Cloudflare-DNS.md b/Caddy-2.x-with-Cloudflare-DNS.md index f47cd83..b9c2e26 100644 --- a/Caddy-2.x-with-Cloudflare-DNS.md +++ b/Caddy-2.x-with-Cloudflare-DNS.md @@ -42,13 +42,7 @@ https://[YOUR-DOMAIN]:443 { # Remove Last-Modified because etag is the same and is as effective -Last-Modified } - # The negotiation endpoint is also proxied to Rocket - reverse_proxy /notifications/hub/negotiate vaultwarden:80 - - # Notifications redirected to the websockets server - reverse_proxy /notifications/hub vaultwarden:3012 - - # Proxy the Root directory to Rocket + # Proxy to Rocket reverse_proxy vaultwarden:80 { # Send the true remote IP to Rocket, so that vaultwarden can put this in the # log, so that fail2ban can ban the correct IP.