Running an app on a hosted platform. Using file_uploader to upload files. Small files work fine. Large files receive 502 error. Tried updating nginx file to the following in server{location{update here}}, but still get 502 error:
proxy_send_timeout 1000;
proxy_read_timeout 1000;
client_body_timeout 1000;
client_max_body_size 0;
Good question, I’ve cranked this value way up previously to overcome a different error code. With the high value I then started getting the 502 error for just the larger files.