nginx-proxy: Set proxy_request_buffering to off. Fixes #650 (#651)

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:
Christoph Reiter 2019-06-19 00:45:12 +02:00 committed by J0WI
parent 53bb46d1dc
commit 64607f4916
7 changed files with 7 additions and 0 deletions

View File

@ -1 +1,2 @@
client_max_body_size 10G;
proxy_request_buffering off;

View File

@ -1 +1,2 @@
client_max_body_size 10G;
proxy_request_buffering off;

View File

@ -1 +1,2 @@
client_max_body_size 10G;
proxy_request_buffering off;

View File

@ -1 +1,2 @@
client_max_body_size 10G;
proxy_request_buffering off;

View File

@ -1 +1,2 @@
client_max_body_size 10G;
proxy_request_buffering off;

View File

@ -1 +1,2 @@
client_max_body_size 10G;
proxy_request_buffering off;

View File

@ -1 +1,2 @@
client_max_body_size 10G;
proxy_request_buffering off;