fix bitwarden again

This commit is contained in:
Ingolf Wagner 2024-04-23 14:30:01 +02:00
parent 3fdec0d307
commit 0d36555a4e
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -19,6 +19,9 @@
forceSSL = true;
enableACME = true;
locations."/" = {
extraConfig = ''
client_max_body_size 500M;
'';
proxyPass = "http://localhost:${
toString config.services.vaultwarden.config.rocketPort
}";