A CDN was the exact reason i asked the question in the first place, at the moment not even cloudflare offers spdy or http/2 for upstream servers ( they use nginx and have spdy enabled ). Seems to me like http/2 for upstream would make building a CDN / Accelerator easier(or at least better) for alot of people. I'm not trying to push for this though, it was just a simple question.by alexandru.eftimie - Nginx Mailing List - English
Will there be support for http/2 for upstream connections? I can't seem to find anything about this online ( either SPDY or HTTP/2 for upstream connections )by alexandru.eftimie - Nginx Mailing List - English
Nginx version: 1.2.9 ( it's actually tengine/2.0.0 but the question is about nginx ) This is the config i'm using to create a forward proxy of sorts but i'm having problems. server { default_type text/html; keepalive_requests 0; listen 8080; resolver 8.8.8.8 8.8.4.4; resolver_timeout 10s; proxy_bind $server_addr; proxyby alexandru.eftimie - Other discussion