windows系统下nginx+tomcat+redis做负载均衡和session粘滞附整套解决方案

Nginx: 在nginx-1.8.0\conf目录下找到nginx.conf文件,打开文件修改文件中http{}中的内容,在http{}中加入    upstream localhost  {          server localhost:8080;         server localhost:8090;     }      include       mime.types; de
相关文章
相关标签/搜索