From 1862e98897e7692e59dc26c58d3df1b3d5408e7e Mon Sep 17 00:00:00 2001 From: Sam Doshi Date: Mon, 4 Dec 2023 09:28:16 +0000 Subject: [PATCH] Update Nginx (NixOS) config to v1.29.0+ --- Proxy-examples.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Proxy-examples.md b/Proxy-examples.md index 0469eba..64c919c 100644 --- a/Proxy-examples.md +++ b/Proxy-examples.md @@ -447,7 +447,7 @@ nginx__servers:
-Nginx (NixOS)(by tklitschi)
+Nginx (NixOS) - v1.29.0+ (by tklitschi, samdoshi)
Example NixOS nginx config. For more Information about NixOS Deployment see [Deployment Wiki page](https://github.com/dani-garcia/vaultwarden/wiki/Deployment-examples). @@ -477,9 +477,6 @@ Example NixOS nginx config. For more Information about NixOS Deployment see [Dep forceSSL = true; locations."/" = { proxyPass = "http://localhost:8080"; - }; - locations."/notifications/hub" = { - proxyPass = "http://localhost:8080"; proxyWebsockets = true; }; };