vueko/restic: Increase body size
Some backups have been failing recently.
This commit is contained in:
parent
f527e08fdf
commit
e4c8012f57
|
@ -55,7 +55,7 @@
|
||||||
locations."/".proxyPass = "http://127.0.0.1:8080/";
|
locations."/".proxyPass = "http://127.0.0.1:8080/";
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
client_max_body_size 20M;
|
client_max_body_size 50M;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue