Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
stock_toaster
on Dec 15, 2013
|
parent
|
context
|
favorite
| on:
Benchmarking Nginx with Go
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:
In the upstream block add:
In the server (or location) block add: