aboutsummaryrefslogtreecommitdiff
path: root/wqflask/other_config
diff options
context:
space:
mode:
authorSam Ockman2012-06-12 04:36:47 -0400
committerSam Ockman2012-06-12 04:36:47 -0400
commitb4c536fa8e94643f8cbd37f9fb1db18b2ab52263 (patch)
tree176d7c395d13b10fe2145ccb72bf406364abc0f3 /wqflask/other_config
parentbe2baf17cba5468d901f8e2d8818fe558e2ee5fe (diff)
downloadgenenetwork2-b4c536fa8e94643f8cbd37f9fb1db18b2ab52263.tar.gz
More progress on data trait and analysis
Diffstat (limited to 'wqflask/other_config')
-rw-r--r--wqflask/other_config/nginx.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/wqflask/other_config/nginx.conf b/wqflask/other_config/nginx.conf
index 93e6af10..65ee768c 100644
--- a/wqflask/other_config/nginx.conf
+++ b/wqflask/other_config/nginx.conf
@@ -49,6 +49,10 @@ http {
root /home/sam/gene/wqflask/wqflask/static/;
}
+# location ^~ /image/ {
+# root /home/sam/gene/wqflask/wqflask/static/;
+# }
+
location ^~ /images/ {
root /home/sam/gene/wqflask/wqflask/static/;
}
@@ -60,7 +64,7 @@ http {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
- }
+ }
}