diff options
author | Lei Yan | 2017-05-04 15:57:42 +0000 |
---|---|---|
committer | Lei Yan | 2017-05-04 15:57:42 +0000 |
commit | ee12e6b6fd1365c3d8dc1dc8f65a494ca6c6312a (patch) | |
tree | e105981f5949550e143f156d4111f02f213a26a3 | |
parent | a68897dc7b56e3c36229ab1452de90ba87ff6223 (diff) | |
download | genenetwork2-ee12e6b6fd1365c3d8dc1dc8f65a494ca6c6312a.tar.gz |
renamed: gn2_lei.conf -> gn2-lei.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; |