Welcome! Log In Create A New Profile

Advanced

Re: proxy_redirect problems

Sean Allen
December 29, 2009 05:50PM
changing to proxy redirect to:

proxy_redirect /admin /;

works.

On Tue, Dec 29, 2009 at 4:37 PM, merlin corey <merlincorey@dc949.org> wrote:
> Hello,
>
> On Tue, Dec 29, 2009 at 1:26 PM, Sean Allen <sean@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
>
> _______________________________________________
> nginx mailing list
> nginx@nginx.org
> http://nginx.org/mailman/listinfo/nginx
>

_______________________________________________
nginx mailing list
nginx@nginx.org
http://nginx.org/mailman/listinfo/nginx
Subject Author Posted

proxy_redirect problems

Sean Allen December 29, 2009 04:30PM

Re: proxy_redirect problems

merlin corey December 29, 2009 04:40PM

Re: proxy_redirect problems

Sean Allen December 29, 2009 05:32PM

Re: proxy_redirect problems

merlin corey December 29, 2009 05:50PM

Re: proxy_redirect problems

Sean Allen December 29, 2009 05:50PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 157
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready