java学习

java学习

 

nginx 配置tomcat

   upstream  project
{
        server 127.0.0.1:8080 weight=3;   tomcat地址
        server 127.0.0.1:8082;   tomcat地址
    }
    server {
        listen       80;             发布的访问地址的端口
        server_name  test.tt.com;    发布的访问地址
        location / {
            proxy_pass   http://project;
            index  index.html index.htm;
        }
    }

posted on 2017-02-21 10:57 杨军威 阅读(117) 评论(0)  编辑  收藏


只有注册用户登录后才能发表评论。


网站导航:
 

导航

统计

常用链接

留言簿

随笔档案

搜索

最新评论

阅读排行榜

评论排行榜