increase vaultwarden upload size

feature/clan.lol
Ingolf Wagner 2024-03-18 21:00:17 +01:00
parent 7da112e4c0
commit 385b3d4a37
Signed by: palo
GPG Key ID: 76BF5F1928B9618B
1 changed files with 3 additions and 0 deletions

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
}";