My load balancer is responsible for two backend services. When the load balancer has the default URL mapping, the SSL certificate works fine. Unfortunately, I want to route all paths with /api/*
to different backend service and doing so messes with https for my website.
After this change, the HTTPS on the address bar is slashed and my website is not secure.