garage: increase nginx client_body_size to 64m

To make bigger garage uploads work well, avoiding error
HTTP 413 Entity Too Large
This commit is contained in:
teutat3s 2024-08-29 16:23:57 +02:00
parent 2e16c77956
commit 77b642f646
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -69,6 +69,7 @@
locations."/" = {
proxyPass = "http://s3_backend";
extraConfig = ''
client_max_body_size 64m;
proxy_max_temp_file_size 0;
'';
};