From 32908341b50d270055faa99381a49e8acd92c6d5 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 7 Nov 2023 11:34:45 +0100 Subject: [PATCH] Hint to drop location blocks on the nix config --- Proxy-examples.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Proxy-examples.md b/Proxy-examples.md index 6e6321e..5c03575 100644 --- a/Proxy-examples.md +++ b/Proxy-examples.md @@ -438,6 +438,8 @@ Example NixOS nginx config. For more Information about NixOS Deployment see [Dep proxyPass = "http://localhost:8812"; #changed the default rocket port due to some conflict proxyWebsockets = true; }; + + # remove the notification location blocks on vaultwarden 1.29+ locations."/notifications/hub" = { proxyPass = "http://localhost:3012"; proxyWebsockets = true;