Timeout when uploading a large file? Timeout when uploading a large file? linux linux

Timeout when uploading a large file?


I added:

proxy_read_timeout 1200;

to nginx.conf. This increased the timeout from the default which fixed the problem. I probably don't need to use 1200, it's just the first value I tried.