diff options
author | Sam Ockman | 2012-06-12 04:36:47 -0400 |
---|---|---|
committer | Sam Ockman | 2012-06-12 04:36:47 -0400 |
commit | b4c536fa8e94643f8cbd37f9fb1db18b2ab52263 (patch) | |
tree | 176d7c395d13b10fe2145ccb72bf406364abc0f3 /wqflask/other_config | |
parent | be2baf17cba5468d901f8e2d8818fe558e2ee5fe (diff) | |
download | genenetwork2-b4c536fa8e94643f8cbd37f9fb1db18b2ab52263.tar.gz |
More progress on data trait and analysis
Diffstat (limited to 'wqflask/other_config')
-rw-r--r-- | wqflask/other_config/nginx.conf | 6 |
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; - } + } } |