Hi,

we are now 4 years later, is there a solution now ?
I read things like :

----------------------------------------
upstream http_backend {
    server 1.1.1.1:80;

    keepalive 16;
}

server {
...

location / {
       proxy_pass http://http_backend/;
       proxy_http_version 1.1;
       proxy_set_header Connection "";
    ...
    }
 }

----------------------------------------

Is this the solution ?
Somebody tried it ?

thanks a lot

Posted at Nginx Forum: 
https://forum.nginx.org/read.php?2,72871,264550#msg-264550

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

Reply via email to