[Solved]-Timeout when uploading a large file?

20👍

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.

👤dougv

Leave a comment