increase vaultwarden upload size

This commit is contained in:
Ingolf Wagner 2024-03-18 21:00:17 +01:00
parent 7da112e4c0
commit 385b3d4a37
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

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