From da29aafcb132eb4887df142f7b70538091853bb1 Mon Sep 17 00:00:00 2001 From: Jeremy Lin Date: Sun, 12 Sep 2021 14:23:35 -0700 Subject: [PATCH] revert Caddy changes that weren't an improvement --- Proxy-examples.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Proxy-examples.md b/Proxy-examples.md index e93c93f..fdae616 100644 --- a/Proxy-examples.md +++ b/Proxy-examples.md @@ -59,13 +59,10 @@ If you prefer, you can also directly specify a value instead of substituting an # } # redir @insecureadmin / - # The negotiation endpoint is also proxied to Rocket - reverse_proxy /notifications/hub/negotiate :80 - # Notifications redirected to the websockets server reverse_proxy /notifications/hub :3012 - # Proxy the Root directory to Rocket + # Proxy everything else to Rocket reverse_proxy :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.