Y
Hacker News
new
|
ask
|
show
|
jobs
by
jsmeaton
4147 days ago
Thanks for sharing. Can the SPDY frontend only be tcp based though, not http? The reason I ask is because my setup does all the routing (path and subdomain based) with http frontends.
1 comments
js4all
4147 days ago
Unfortunately, it has to be TCP. You can define other HTTP frontends thought, but then you lose SPDY for that frontend.
You can use the routing capabilities of nginx in the backend to break the traffic further down.
link
You can use the routing capabilities of nginx in the backend to break the traffic further down.