mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-22 09:49:20 -07:00
Hint to drop location blocks on the nix config
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user