Nginx 1.9.3+ allows TCP load balancing or SSL passthrough. What this means is
you can reverse proxy or load balance web applications without having to
terminate SSL at the nginx.
Example Configuration for name based access:
stream {
map $ssl_preread_server_name $name {
www.somesite.com some-server;
www.