This website requires JavaScript.
Explore
Help
Sign In
adphi
/
Nextcloud-Docker
Watch
1
Star
0
Fork
0
You've already forked Nextcloud-Docker
Code
Issues
Pull Requests
Releases
Wiki
Activity
1985c8235d
Nextcloud-Docker
/
.examples
/
docker-compose
/
with-nginx-proxy
/
mariadb-cron-redis
/
fpm
/
proxy
/
uploadsize.conf
3 lines
55 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Set client_max_body_size to 10G
2017-09-30 11:14:13 +00:00
client_max_body_size 10G;
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-18 22:45:12 +00:00
proxy_request_buffering off;
Reference in New Issue
Copy Permalink