On Mon, Oct 5, 2009 at 7:35 PM, Stuart Mckeown <lists at ruby-forum.com> wrote:
> location /blog/ {
> proxy_pass http://74.207.242.38/
> }
>
Err, I *think* it's due to the last slash above. Maybe removing that
slash and do a "rewrite" before "proxy_pass" to strip the leading
/blog/? Well, just a guess. I could be wrong ;)
Cheers,
-agentzh