I need to keep alive my connection between nginx and upstream nodejs.
Just compiled and installed nginx 1.2.0
my configuration file:
upstream
The documentation states that for http keepalive, you should also set proxy_http_version 1.1; and proxy_set_header Connection "";
proxy_http_version 1.1;
proxy_set_header Connection "";