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 14:14:58 +01:00
Code
Activity
7b97c8a9c2
nextcloud-docker
/
.examples
/
docker-compose
/
with-nginx-proxy-self-signed-ssl
/
mariadb
/
fpm
/
proxy
/
uploadsize.conf
3 lines
55 B
Text
Raw
Normal View
History
Unescape
Escape
Use custom Dockerfiles instead of mounts
2018-08-01 21:59:11 +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