nginx memcache tomcat 集群 负载均衡
首先先了解什么是nginx:
http://cxshun.iteye.com/blog/1535188
- location / {
- proxy_pass http://tomcat_service
- proxy_redirect default;
- proxy_connect_timeout 10; (跟代理服务器连接的超时时间,必须留意这个time out时间不能超过10秒.当一台服务器当掉时,过10秒转发到另外一台服务器)
- }
- proxy_set_header X-Real-IP $remote_addr;
- client_max_body_size 100m;
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。