Y
Hacker News
new
|
ask
|
show
|
jobs
by
pjscott
4894 days ago
Or for preventing DoS attacks from slow client connections. Unicorn is not designed to be exposed to the outside world; it needs a reverse proxy that does request buffering, like nginx (which the Unicorn docs recommend).
1 comments
tcwc
4893 days ago
True, though the ELB also does some simple buffering of HTTP requests.
link