aboutsummaryrefslogtreecommitdiff
path: root/wqflask/other_config/nginx_conf
diff options
context:
space:
mode:
authorzsloan2016-01-26 19:08:13 +0000
committerzsloan2016-01-26 19:08:13 +0000
commitfca37195705ac68f21a1f725cf1fe3c59e0d1800 (patch)
tree6263853824e4b9abefdcb2351ee8a25cfb5aa853 /wqflask/other_config/nginx_conf
parent3078d459efda0f4805fbf3cb18297bcdc74dc420 (diff)
downloadgenenetwork2-fca37195705ac68f21a1f725cf1fe3c59e0d1800.tar.gz
Removed a bunch of files/directories/packages that are no longer used and some corresponding imports
Diffstat (limited to 'wqflask/other_config/nginx_conf')
-rwxr-xr-xwqflask/other_config/nginx_conf/gn2_zach.conf5
1 files changed, 5 insertions, 0 deletions
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;