6 ms·
We are using nginx. Newer versions support HTTP 1.1 backends (There is also a patch for older versions of nginx)
by tagx 14y ago
We are using nginx. Newer versions support HTTP 1.1 backends (There is also a patch for older versions of nginx)
- jbyers 14y agoHow do you do get nginx to preconnect and maintain an appropriate-sized backend pool?
- piotrSikora 14y agoMost likely using "keepalive": http://nginx.org/r/keepalive http://nginx.org/r/keepalive
- jbyers 14y agoThat would do it. Thanks.