diff options
author | Zachary Sloan | 2013-04-05 19:55:54 +0000 |
---|---|---|
committer | Zachary Sloan | 2013-04-05 19:55:54 +0000 |
commit | 0005aa49167bbd615b09b991a28e857507ca03ed (patch) | |
tree | ce0562422f1d60cd84bb59d0feff7bce209d7776 /wqflask/other_config | |
parent | 4e407f0f276ac469fa379dda35245e3ef8ac3ba9 (diff) | |
download | genenetwork2-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')
-rw-r--r-- | wqflask/other_config/wqflask-nginx.conf | 2 |
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; } } |