diff options
author | Zachary Sloan | 2013-10-24 17:59:11 -0500 |
---|---|---|
committer | Zachary Sloan | 2013-10-24 17:59:11 -0500 |
commit | 4eb2c2244b083d6522db02dff5ddb036af496392 (patch) | |
tree | 400244c9caad74740f42f0e8bd27d1a0ff9f1bed /wqflask/other_config | |
parent | da0526b9d870ba937fcf860c40731c9d96eb9f63 (diff) | |
download | genenetwork2-4eb2c2244b083d6522db02dff5ddb036af496392.tar.gz |
Added a dynamically resortable bar chart to the trait page
Improved the look/feel of the correlation page somewhat
Diffstat (limited to 'wqflask/other_config')
-rw-r--r-- | wqflask/other_config/nginx_conf/penguin.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/other_config/nginx_conf/penguin.conf b/wqflask/other_config/nginx_conf/penguin.conf index 822556d3..5c380da8 100644 --- a/wqflask/other_config/nginx_conf/penguin.conf +++ b/wqflask/other_config/nginx_conf/penguin.conf @@ -2,7 +2,7 @@ server { # Modeled after http://flask.pocoo.org/docs/deploying/wsgi-standalone/ listen 80; - server_name penguin.uthsc.edu; + server_name gn2python.genenetwork.org; access_log /var/log/nginx/access.log; error_log /var/log/nginx/error.log; |