fix(vaultwarden): proxy websockets

This commit is contained in:
Ivan R. 2024-05-10 17:49:08 +05:00
parent 1280e3cac6
commit f8a98997a0
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C

View file

@ -33,6 +33,7 @@
]; ];
locations."/" = { locations."/" = {
proxyPass = "http://127.0.0.1:${toString config.services.vaultwarden.config.ROCKET_PORT}"; proxyPass = "http://127.0.0.1:${toString config.services.vaultwarden.config.ROCKET_PORT}";
proxyWebsockets = true;
}; };
}; };
} }