Just posted this question on ServerFault (http://serverfault.com/questions/504079/setting-a-proxy-for-an-nginx-upstream-server), cross-posting here for some more visibility.
Is it possible for an upstream directive to specify an HTTP proxy to route these requests through? Something along the lines of:
upstream external {
server example.com;
proxy localhost:3128;
}
Is it possible for an upstream directive to specify an HTTP proxy to route these requests through? Something along the lines of:
upstream external {
server example.com;
proxy localhost:3128;
}