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; }; };