The POST response parameters under nginx+tomcat are too large to be displayed completely, and the file download service encounters too large files and cannot be downloaded. Solution

Set in location in nginx 

proxy_buffering off;

or

proxy_buffering on;
proxy_buffers44k;  
proxy_busy_buffers_size8k; 
proxy_max_temp_file_size1024m; 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325290104&siteId=291194637