diff options
author | zsloan | 2017-05-08 10:29:51 -0500 |
---|---|---|
committer | GitHub | 2017-05-08 10:29:51 -0500 |
commit | b41898f11cd20b063db1df41a34f6515f331c21b (patch) | |
tree | aaeb0ce667acf6f6bdadf212b935d6c5b9baac19 /wqflask/other_config/nginx_conf | |
parent | d97fdc18359233f07c1a1c7b83fe7e88eb225043 (diff) | |
parent | 6b64fd15c96da58a5a8119ac6d0d50efb6fc1ef7 (diff) | |
download | genenetwork2-b41898f11cd20b063db1df41a34f6515f331c21b.tar.gz |
Merge pull request #253 from lyan6/master
renamed: gn2_lei.conf -> gn2-lei.conf
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; |