Nextcloud-Docker/.examples/docker-compose/with-nginx-proxy/mariadb/fpm/proxy/uploadsize.conf
Christoph Reiter 64607f4916 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>
2019-06-19 00:45:12 +02:00

3 lines
55 B
Plaintext

client_max_body_size 10G;
proxy_request_buffering off;