【发布时间】:2013-06-08 19:59:11
【问题描述】:
我有一个非常简单的问题。 Nginx 为 Gunicorn 和 Unicorn 等 HTTP 服务器提供反向代理缓冲。但是,如果我有一个弹性负载均衡器(由 Amazon Web Services 提供,也称为 ELB),在我的应用服务器前运行 nginx 有什么意义吗?
Request----> ELB -------> NGINX-------> UNICORN/GUNICORN HTTP SERVER
【问题讨论】:
标签: nginx amazon-web-services unicorn gunicorn amazon-elb