Re: Proxy Pass Redirect Problem

2013-12-14 Thread david
Nevermind. I found my error. I was doing kill -HUP and had a typo in my config. I didnt notice until I checked the config. Thank you its working as expected. Sorry for the noise. On 12/13/13 12:48 PM, Maxim Dounin wrote: Hello! On Fri, Dec 13, 2013 at 12:25:02PM -0500, david wrote: Not

Re: Proxy Pass Redirect Problem

2013-12-14 Thread david
Maxim! Thank you. I must of missed something because it does not seem to solve my issue. I removed the $uri param from the proxy_pass. I also tried adding proxy_redirect (But I think that belongs to the @wsgi block and not the @store block. But I am not exactly sure.) Because my understand

Re: Proxy Pass Redirect Problem

2013-12-13 Thread Maxim Dounin
Hello! On Fri, Dec 13, 2013 at 12:25:02PM -0500, david wrote: > Not sure if this is my configuration causing this symptom or openresty. > > Here is whats happening. > > If I try to access the store "admin" > via: http://mysite.com/admin > > I am getting proxy redirects sent to my browser and s

Proxy Pass Redirect Problem

2013-12-13 Thread david
Not sure if this is my configuration causing this symptom or openresty. Here is whats happening. If I try to access the store "admin" via: http://mysite.com/admin I am getting proxy redirects sent to my browser and seeing 127.0.0.1:8000/admin in my address bar. Not exactly the result I was l