Hello, I am trying to upload a 150 MB file from my django app but it times out. The smaller files (around 100 MBs each) uploads fine.
One stackoverflow solution tells to add this to my nginx configuration "proxy_read_timeout 1200;" but i can't find a way to edit nginx.
Is there anyway you people can let me edit nginx, OR do it your self? OR any other way i can increase the timeout time?