Hacker News new | past | comments | ask | show | jobs | submit login

For nginx http proxying try enabling backend keepalives.

In the upstream block add:

      keepalive 60;

In the server (or location) block add:

        proxy_http_version 1.1;
        proxy_set_header Connection "";



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: