Help noob with redirection

Igor Sysoev igor at sysoev.ru
Wed Jun 9 16:26:37 MSD 2010


On Wed, Jun 09, 2010 at 01:19:00PM +0100, --[ UxBoD ]-- wrote:

> > proxy_redirect https://pm01.domain.com/ /;
> > proxy_redirect https://pm02.domain.com/ /;
> > 
> > 
> Igor, that works now using the above syntax :) A question though is there anyway to tell NGINX to redirect based on the proxied hostname ? If we had pm01 ... 100 then I would need to add 100 proxy_redirect statements or can it be done with a clever single line ?

Currently nginx does not support variables in the first parameter,
so you have to add 100 proxy_redirect statements.

The other way is to configure backends to use single name as main server name
to use it in redirects.


-- 
Igor Sysoev
http://sysoev.ru/en/



More information about the nginx mailing list