hoellen / dockerfiles

Dockerfiles
https://hub.docker.com/u/hoellen
Creative Commons Zero v1.0 Universal
37 stars 17 forks source link

Download Abord with Big files #14

Closed Moimemeici closed 5 years ago

Moimemeici commented 5 years ago

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.

hoellen commented 5 years ago

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;
Moimemeici commented 5 years ago

This parameter, it's for upload no ?

client_max_body_size 10G;

Moimemeici commented 5 years ago

the good parameter is

proxy_max_temp_file_size 100000M;

work for me thx !

hoellen commented 5 years ago

Very good!