Redirect with nginx before hitting a load balancer
At work I often am presented tasks with no obvious solution. Today’s problem was We want to redirect x.rderewianko.com/some/url/here to y.rderewianko.com/some/url/here. Simple right? Wrong! x.company.com points to a Elastic Load Balancer that we don’t manage and is managed by a 3rd party that we pay to manage. So the question became, can we put something in front of that,…