Can't change NGINX timeout
I solved it!!
The problem turned out to be related to uwsgi, while I had set
uwsgi_connect_timeout 75s;
what I actually I needed to set was
uwsgi_read_timeout 600s;
I solved it!!
The problem turned out to be related to uwsgi, while I had set
uwsgi_connect_timeout 75s;
what I actually I needed to set was
uwsgi_read_timeout 600s;