mirror of
https://github.com/nextcloud/docker.git
synced 2026-05-05 04:06:45 +02:00
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>
This commit is contained in:
parent
53bb46d1dc
commit
64607f4916
@ -1 +1,2 @@
|
||||
client_max_body_size 10G;
|
||||
proxy_request_buffering off;
|
||||
|
||||
@ -1 +1,2 @@
|
||||
client_max_body_size 10G;
|
||||
proxy_request_buffering off;
|
||||
|
||||
@ -1 +1,2 @@
|
||||
client_max_body_size 10G;
|
||||
proxy_request_buffering off;
|
||||
|
||||
@ -1 +1,2 @@
|
||||
client_max_body_size 10G;
|
||||
proxy_request_buffering off;
|
||||
|
||||
@ -1 +1,2 @@
|
||||
client_max_body_size 10G;
|
||||
proxy_request_buffering off;
|
||||
|
||||
@ -1 +1,2 @@
|
||||
client_max_body_size 10G;
|
||||
proxy_request_buffering off;
|
||||
|
||||
@ -1 +1,2 @@
|
||||
client_max_body_size 10G;
|
||||
proxy_request_buffering off;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user