Question
Regular Expressions (Regex) on Load Balancers?
Is it possible to use regular expressions on Digital Oceans Load Balancers? I currently use a droplet with HAProxy to achieve my goals but I would prefer if I could handle it outside of maintaining another droplet.
What I would like to do is forward a request to a specific droplet based on the URI.
Example:
api.site.com/v1/ => Server 1
api.site.com/v2 => Server 2
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×