vueko/restic: Increase body size

Some backups have been failing recently.
nazuna
Simon Bruder 2022-10-14 23:48:08 +02:00
parent f527e08fdf
commit e4c8012f57
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
locations."/".proxyPass = "http://127.0.0.1:8080/";
extraConfig = ''
client_max_body_size 20M;
client_max_body_size 50M;
'';
};
}