nginx-proxy-manager
nginx-proxy-manager copied to clipboard
Unable to download files larger than 1g after proxy
Previously, I rarely used proxies to download files, until recently when I wanted to share large files with friends, they all failed to download. Confirmed that the file is larger than 1g, and downloading through the browser is a failure. But if downloading using IDM, it works fine.
So tell me how to set up to avoid this problem, thank you for your help.
Add proxy_max_temp_file_size 0; into the Custom Nginx Configuration section
(Edit Proxy Host > Advanced > Custom Nginx Configuration)