From 4eb2c2244b083d6522db02dff5ddb036af496392 Mon Sep 17 00:00:00 2001 From: Zachary Sloan Date: Thu, 24 Oct 2013 17:59:11 -0500 Subject: Added a dynamically resortable bar chart to the trait page Improved the look/feel of the correlation page somewhat --- wqflask/other_config/nginx_conf/penguin.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wqflask/other_config/nginx_conf/penguin.conf') 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; -- cgit v1.2.3