SyntaxFix
Write A Post
Hire A Developer
Questions
In my and possibly @BIOHAZARD case it was nginx proxy timeout. In default it's 60 sec without activity in socket
nginx proxy timeout
60
I changed it to 24h in nginx and it resolved problem
nginx
proxy_read_timeout 86400s; proxy_send_timeout 86400s;