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 wrote: > Hi Guys, > > I just switch to 1.6.0 of nginx, but the behavior is the same. I also > tried the > apache proxy

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 le

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 eff