fix bitwarden again

main
Ingolf Wagner 2024-04-23 14:30:01 +02:00
parent 3fdec0d307
commit 0d36555a4e
Signed by: palo
GPG Key ID: 76BF5F1928B9618B
1 changed files with 3 additions and 0 deletions

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