Design Specs: GBrowse Integration

From WormBaseWiki
Revision as of 17:54, 27 January 2011 by Xiaoqi (talk | contribs) (Created page with '1. use the front proxy (nginx) to pass requests from /gb2 to the gbrowse server. On dev, I have location /gb2 { proxy_pass http://localhost:9005; } location /gbrowse…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

1. use the front proxy (nginx) to pass requests from /gb2 to the gbrowse server.

On dev, I have 
 	location /gb2 {

proxy_pass http://localhost:9005; } location /gbrowse2/i/ { alias /usr/local/wormbase/website/staging/extlib/gbrowse2/current/tmp/images/; }

location /gbrowse2/ { alias /usr/local/wormbase/website/staging/extlib/gbrowse2/current/html/; }