mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-26 03:39: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
|
proxyPass = "http://localhost:8812"; #changed the default rocket port due to some conflict
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# remove the notification location blocks on vaultwarden 1.29+
|
||||||
locations."/notifications/hub" = {
|
locations."/notifications/hub" = {
|
||||||
proxyPass = "http://localhost:3012";
|
proxyPass = "http://localhost:3012";
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user