hoellen/dockerfiles

Download Abord with Big files

Closed this issue · 4 comments

Sorry for disturb.
But i have problem when i download big file.
After few minutes, download is abord.
Maybe problem configuration on my file.
Can you help me ?
Best regard
Sorry again for my english.

Can you share your config file? If you're using nginx as reverse proxy, than you should set the following config option:

client_max_body_size 10G;

This parameter, it's for upload no ?

client_max_body_size 10G;

the good parameter is

proxy_max_temp_file_size 100000M;

work for me
thx !

Very good!