I need to use Nginx as an SSL proxy, which forwards traffic to different back ends depending on the subdomain.
I have seem everywhere that I should define multiple \"ser
The short answer is to use Server Name Indication. This should work by default in common browsers and cURL.