aboutsummaryrefslogtreecommitdiff
path: root/wqflask/other_config/wqflask-nginx.conf
diff options
context:
space:
mode:
authorZachary Sloan2013-04-05 19:55:54 +0000
committerZachary Sloan2013-04-05 19:55:54 +0000
commit0005aa49167bbd615b09b991a28e857507ca03ed (patch)
treece0562422f1d60cd84bb59d0feff7bce209d7776 /wqflask/other_config/wqflask-nginx.conf
parent4e407f0f276ac469fa379dda35245e3ef8ac3ba9 (diff)
downloadgenenetwork2-0005aa49167bbd615b09b991a28e857507ca03ed.tar.gz
Made change to nginx config file that seems to have fixed the
504 gateway timeout issue with the human datasets
Diffstat (limited to 'wqflask/other_config/wqflask-nginx.conf')
-rw-r--r--wqflask/other_config/wqflask-nginx.conf2
1 files changed, 2 insertions, 0 deletions
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;
}
}