0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-26 07:48:20 +02:00

Hint to drop location blocks on the nix config

Martin Weinelt 2023-11-07 11:34:45 +01:00
parent df59b6c5ed
commit 32908341b5

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