diff options
author | Zachary Sloan | 2014-12-01 21:31:13 +0000 |
---|---|---|
committer | Zachary Sloan | 2014-12-01 21:31:13 +0000 |
commit | c937684370f81b6ca96a57d39fb6a85d04c8bb70 (patch) | |
tree | 4f06de162afcb7c80578a0449bcc7a121353d220 /wqflask/other_config/nginx_conf/penguin.conf | |
parent | fb5a89a245c9e6ebedb6608b6b6ec5bcf89fd785 (diff) | |
parent | e03a5919a2c8755fd4efd20e78ca79381dec3075 (diff) | |
download | genenetwork2-c937684370f81b6ca96a57d39fb6a85d04c8bb70.tar.gz |
Merge /home/lei/gene
Diffstat (limited to 'wqflask/other_config/nginx_conf/penguin.conf')
-rwxr-xr-x | 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 0a89072e..c819951c 100755 --- a/wqflask/other_config/nginx_conf/penguin.conf +++ b/wqflask/other_config/nginx_conf/penguin.conf @@ -4,7 +4,7 @@ server { client_max_body_size 20M; listen 80; - server_name gn2python.genenetwork.org; + server_name penguin.uthsc.edu; access_log /var/log/nginx/access.log; error_log /var/log/nginx/error.log; |