proxy_redirect problems

merlin corey merlincorey at dc949.org
Wed Dec 30 00:37:16 MSK 2009


Hello,

On Tue, Dec 29, 2009 at 1:26 PM, Sean Allen <sean at monkeysnatchbanana.com> wrote:
> This might be simple and related to the fact that I have been working
> way too many hours in the last 4 weeks.
> If it is, please forgive.
>
> We have:
>
> rewrite ^/$ /admin;

You don't need this rewrite and what it does is cause the behavior
that you say you don't want :P.

Try this seaside location instead:
location @seaside {
  proxy_pass http://gemstone/admin;
}

You might then need to play with proxy_redirect values and/or try with
trailing slash.

GET SOME SLEEP!
-- Merlin



More information about the nginx mailing list