TE
科技回声
首页
24小时热榜
最新
最佳
问答
展示
工作
中文
GitHub
Twitter
首页
A template for setting up Node.js-backed web apps on EC2
42 点
作者
tonyskn
大约 14 年前
2 条评论
elliottcarlson
大约 14 年前
Collapse
Personally, I put our main node.js based app behind nginx which is behind varnish. Varnish caches any get requests, Nginx balances multiple instances of our app running (currently 5 instances) as well as handles x-sendfile requests.
评论 #2359678 未加载
cemetric
大约 14 年前
Nice, I'm writing up about EC2 as well, though in a different context ... I'm very fond of it too (for these small projects).