I have nginx serving a django app powered by uwsgi. Occasionally I am getting 504's and want to increase the timeout. When using the nginx uwsgi module, do I need to use a special param to account for possible timeouts, or can I use a standard one?

link|improve this question

67% accept rate
feedback

1 Answer

up vote 3 down vote accepted

I view source and find uwsgi_connect_timeout,uwsgi_send_timeout,uwsgi_read_timeout params and it works. But default is 60 second... I think this is enough.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.