diff options
author | zsloan | 2017-06-09 17:20:01 +0000 |
---|---|---|
committer | zsloan | 2017-06-09 17:20:01 +0000 |
commit | dbf1c2bddf92cbc93308de0b1ae77ff2e81e8f6a (patch) | |
tree | 01c17cd4833906be292ef60e61b84bc46828b34a /wqflask/other_config/nginx_conf | |
parent | be458ca49557b93d2e5b8a0407d42f0a2fe9673f (diff) | |
parent | 1f33e2de7f3144071a671d63e3ebe692ce3d13e5 (diff) | |
download | genenetwork2-dbf1c2bddf92cbc93308de0b1ae77ff2e81e8f6a.tar.gz |
Merge /home/staging/gene into development
Diffstat (limited to 'wqflask/other_config/nginx_conf')
-rw-r--r-- | wqflask/other_config/nginx_conf/gn2-lei.conf (renamed from wqflask/other_config/nginx_conf/gn2_lei.conf) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/other_config/nginx_conf/gn2_lei.conf b/wqflask/other_config/nginx_conf/gn2-lei.conf index 6589d298..893ad435 100644 --- a/wqflask/other_config/nginx_conf/gn2_lei.conf +++ b/wqflask/other_config/nginx_conf/gn2-lei.conf @@ -2,7 +2,7 @@ server { # Modeled after http://flask.pocoo.org/docs/deploying/wsgi-standalone/ listen 80; - server_name gn2_lei.genenetwork.org; + server_name gn2-lei.genenetwork.org; access_log /var/log/nginx/lei_access.log; error_log /var/log/nginx/lei_error.log; |