From 0005aa49167bbd615b09b991a28e857507ca03ed Mon Sep 17 00:00:00 2001 From: Zachary Sloan Date: Fri, 5 Apr 2013 19:55:54 +0000 Subject: Made change to nginx config file that seems to have fixed the 504 gateway timeout issue with the human datasets --- wqflask/other_config/wqflask-nginx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wqflask/other_config/wqflask-nginx.conf b/wqflask/other_config/wqflask-nginx.conf index c5ab0e5c..f0076f54 100644 --- a/wqflask/other_config/wqflask-nginx.conf +++ b/wqflask/other_config/wqflask-nginx.conf @@ -35,6 +35,8 @@ server { proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; + + proxy_read_timeout 20m; } } -- cgit v1.2.3