ealize that nginx was not serving files larger than 1GB. After investigation I found that it was due to the proxy_max_temp_file_size variable, that is configured by default to serve up to 1024 MB max.
This variable indicates the max size of a temporary file when the data served is bigger than the proxy buffer. If […]
Recent Comments