fititnt / ap-application-load-balancer

AP Application Load Balancer (AP-ALB). Sophisticated monolithic Ansible role to manage standalone and clusters of cross-platform and multicloud load balancers. Abstract HAProxy + OpenResty + On-the-fly auto HTTPS. Dedicated to Public Domain.
https://ap-application-load-balancer.etica.ai/
The Unlicense
1 stars 0 forks source link

Optimized large number of domain redirects via OpenResty/NGinx on AP-ALB #53

Open fititnt opened 4 years ago

fititnt commented 4 years ago

It's not very uncommon to have to handle domains redirects. The way implement this via AP-ALB now maybe would be not very different from others ALBs (aka require some full app just for each simple task).

This issue is to eventually have some way to allow optimized domain redirects from domain to domain. Maybe will not be implemented at very short term but definitely is something to take in mind.


Related to Internal general notes about first AP-ALB General Availability release #51: this feature (at least the one non related to redirects from paths instead of full domains) is very likely to be one non-complex to have a stable API that may not require to be changed. So it worth the effort.