This website requires JavaScript.
Explore
Help
Sign in
aaron
/
nextcloud-docker
Watch
0
Star
0
Fork
You've already forked nextcloud-docker
0
mirror of
https://github.com/nextcloud/docker.git
synced
2024-11-06 06:14:57 +01:00
Code
Activity
15ea896496
nextcloud-docker
/
.examples
/
docker-compose
/
with-nginx-proxy
/
mariadb
/
fpm
/
proxy
/
uploadsize.conf
3 lines
55 B
Text
Raw
Normal View
History
Unescape
Escape
Set client_max_body_size to 10G
2017-09-30 13:14:13 +02: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-19 00:45:12 +02:00
proxy_request_buffering off;
Copy permalink