I’m using this docker image to use lets encrypt for my website. But files larger than 1gb can not be downloaded with default settings.
This docker image uses nginx. And you need to add this line into nginx configuration to enable unlimited file download size
proxy_max_temp_file_size 0;
Reference: https://trac.nginx.org/nginx/ticket/1472
Be First to Comment