diff options
author | Zachary Sloan | 2013-04-05 23:17:02 +0000 |
---|---|---|
committer | Zachary Sloan | 2013-04-05 23:17:02 +0000 |
commit | 27d0c86528fdbeaed56a7f5eaa71a950c522f183 (patch) | |
tree | cdb387c2b9e4689822896ac43713db3082893314 /wqflask/other_config | |
parent | 0005aa49167bbd615b09b991a28e857507ca03ed (diff) | |
download | genenetwork2-27d0c86528fdbeaed56a7f5eaa71a950c522f183.tar.gz |
Loading bar now correctly shows the time to completion
and the code seems to run correctly
Diffstat (limited to 'wqflask/other_config')
-rw-r--r-- | wqflask/other_config/wqflask-nginx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/other_config/wqflask-nginx.conf b/wqflask/other_config/wqflask-nginx.conf index f0076f54..50f9d73c 100644 --- a/wqflask/other_config/wqflask-nginx.conf +++ b/wqflask/other_config/wqflask-nginx.conf @@ -36,7 +36,7 @@ server { proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_read_timeout 20m; + proxy_read_timeout 40m; } } |