fix: websockets for bw
This commit is contained in:
parent
d21325b307
commit
ea320ce789
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ in
|
|||
forceSSL = true;
|
||||
useACMEHost = "${domain}";
|
||||
locations."/".proxyPass = "http://${config.services.vaultwarden.config.rocketAddress}:${toString config.services.vaultwarden.config.rocketPort}";
|
||||
locations."/".proxyWebsockets = true;
|
||||
};
|
||||
services.postgresql = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue