diff options
Diffstat (limited to 'wqflask/other_config')
-rwxr-xr-x | wqflask/other_config/nginx_conf/gn2_zach.conf | 5 |
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 e7284e8c..23f3995f 100755 --- a/wqflask/other_config/nginx_conf/gn2_zach.conf +++ b/wqflask/other_config/nginx_conf/gn2_zach.conf @@ -28,6 +28,11 @@ server { # root /gene/wqflask/wqflask/static/; #} + location /plink_gemma/ { + root /home/zas1024/gene/wqflask/wqflask/; + autoindex on; + } + location / { proxy_pass http://127.0.0.1:5002/; proxy_redirect off; |