From 998fc1779b089e7fc29e2958eb8f3ffc7b02344b Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 30 Aug 2016 17:11:08 +0200 Subject: Install: default nginx conf wait after long uwsgi response (refs #3174) --- install/nginx.conf.template | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install') diff --git a/install/nginx.conf.template b/install/nginx.conf.template index c41018786..dd236d113 100644 --- a/install/nginx.conf.template +++ b/install/nginx.conf.template @@ -29,6 +29,8 @@ server { location / { include uwsgi_params; uwsgi_pass 127.0.0.1:#UWSGI_PORT#; + uwsgi_read_timeout 1800; + uwsgi_send_timeout 600; } } -- cgit v1.2.3