64607f4916
Otherwise nginx buffers uploads which at least with the linux client results in large files failing to upload and the upload stats not updating. Signed-off-by: Christoph Reiter <reiter.christoph@gmail.com>
3 lines
55 B
Plaintext
3 lines
55 B
Plaintext
client_max_body_size 10G;
|
|
proxy_request_buffering off;
|