Thanks Igor.

What if one of the servers listed in the upstream block should be over https
and the other over http? How is this done using

upstream proxies {
    server foo.mydomain.io;
    server bar.mydomain.com;
}

proxy_pass https://proxies/api/;

Notice the proxy pass defines only a single scheme (https).

Posted at Nginx Forum: 
http://forum.nginx.org/read.php?2,256437,256461#msg-256461

_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to