I am running a file with considerable amount of code and have to process it for 1000 users. It takes approximately 55 seconds to process 500 users, so I have to increase the default gateway timeout time.
From this question, I found that I have to increase fastcgi_read_timeout
, but I don't know where to put it in fastcgi.conf
.