0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-16 08:14:46 +02:00

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

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-02-16 12:21:19 +01:00
parent 908fb6a04f
commit 510337d23d
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;