restic: don't buffer

This commit is contained in:
Sandro - 2023-05-16 18:51:10 +02:00
parent 86da3d11e0
commit 89627efe85
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@
proxyPass = "http://${config.services.restic.server.listenAddress}/";
extraConfig = ''
client_max_body_size 20M;
proxy_buffering off;
'';
};
};