mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-06 14:14:58 +01:00
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>
2 lines
55 B
Text
2 lines
55 B
Text
client_max_body_size 10G;
|
|
proxy_request_buffering off;
|