Re: [galaxy-dev] nginx configuration question

2014-05-17 Thread ruiwang.sz
Hi Guys, I did a little further investigation. I found that the order of 2 server blocks matter in my case. If I put the /_x_accel_redirect/ block first, then the 2nd proxy server block is not effective. If in the order I pasted in the previous message, then the _x_accel_redirect block is not

Re: [galaxy-dev] nginx configuration question

2014-05-17 Thread ruiwang.sz
Hi Guys, I just switch to 1.6.0 of nginx, but the behavior is the same. I also tried the apache proxy instructions, but rewrite just didn't work. I searched around, did what I could, verified that I did have the required module, etc, but still didn't work -- it is so frustrating. For nginx, at

Re: [galaxy-dev] nginx configuration question

2014-05-17 Thread ruiwang.sz
Just to answer myself... Those 2 location blocks should be in the same server block! Hope this could help someone else... :) Rui On Sat, May 17, 2014 at 8:54 PM, ruiwang.sz ruiwang...@gmail.com wrote: Hi Guys, I just switch to 1.6.0 of nginx, but the behavior is the same. I also tried

[galaxy-dev] nginx configuration question

2014-05-16 Thread ruiwang.sz
Hi All, I have been trying to get the visualization through ucsc main working, thus I installed the nginx on our ubuntu(the one comes with update), then I configured it according to the wiki https://wiki.galaxyproject.org/Admin/Config/nginxProxy Here is the section in my nginx.conf