摘要: 1.nginx配置文件 2.配置访问域名 #京淘商品管理系统 server { listen 80; server_name manage.jt.com; location / { proxy_pass http://localhost:8091; } } (1) 轮询 #定义集群的配置 upstr 阅读全文
posted @ 2018-09-12 17:02 dawn_on 阅读(585) 评论(1) 推荐(1) 编辑