Hi all, My Flask app is finally up and running, using UWSGI! This is great, but I'm hitting a problem if the app takes too long. It talks to an AS400, so can sometimes take a while to gather the requested information, parse it, and hand back JSON. Sometimes, by the time it does this, Nginx has given up on it, so I see an IOError reported in the log because of a broken pipe. I'm wondering how I can increase the timeout limit, to make Nginx wait longer before closing this connection? Thanks!
-- Alex Hall Automatic Distributors, IT department ah...@autodist.com
_______________________________________________ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx