From fca37195705ac68f21a1f725cf1fe3c59e0d1800 Mon Sep 17 00:00:00 2001 From: zsloan Date: Tue, 26 Jan 2016 19:08:13 +0000 Subject: Removed a bunch of files/directories/packages that are no longer used and some corresponding imports --- wqflask/other_config/nginx_conf/gn2_zach.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'wqflask/other_config') diff --git a/wqflask/other_config/nginx_conf/gn2_zach.conf b/wqflask/other_config/nginx_conf/gn2_zach.conf index 23f3995f..1614bcb4 100755 --- a/wqflask/other_config/nginx_conf/gn2_zach.conf +++ b/wqflask/other_config/nginx_conf/gn2_zach.conf @@ -33,6 +33,11 @@ server { autoindex on; } + location /download/ { + root /home/zas1024/gene/wqflask/wqflask/; + autoindex on; + } + location / { proxy_pass http://127.0.0.1:5002/; proxy_redirect off; -- cgit 1.4.1