G
G
Gorthaur2015-09-29 00:14:29
Nginx
Gorthaur, 2015-09-29 00:14:29

How to download a file larger than 1 GB from owncloud?

Colleagues, please help, I don't know where to look anymore. I can’t download a file larger than 1GB from the server
. I tried to tie it with a lot of guides, but nothing worked - the upload works on 3 GB, but the download of the same file does not work.
At the input there is a proxy nginx , client_max_body_size 4096M.
Everything is configured as in the guide, https://doc.owncloud.org/server/7.0/admin_manual/c...

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
sbh, 2015-09-29
@sbh

Have you tried writing to the developers?
As a rule, if everything is described in detail, then the problem is fixed in the next release.

A
Andrew, 2019-08-28
@Brujerizmo

You need to add to the nginx config:
server {
[...]
proxy_buffering off;
[...]
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question