0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-16 16:14:47 +02:00
nextcloud-docker/.examples/docker-compose/with-nginx-proxy-self-signed-ssl/mariadb/fpm/proxy/uploadsize.conf
Christoph Reiter 510337d23d 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>
2019-02-16 12:27:22 +01:00

2 lines
55 B
Text

client_max_body_size 10G;
proxy_request_buffering off;