`
baalwolf
  • 浏览: 345250 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

用于tomcat7下面支持websocket

 
阅读更多
<!--StartFragment -->
  server
        {
        listen       80;
        server_name  www.chineseceo.com.cn;
        location / {
              proxy_pass http://127.0.0.1:1111;
              include proxy.conf;
              proxy_http_version 1.1;
              proxy_set_header Upgrade $http_upgrade;
              proxy_set_header Connection "Upgrade";
        }
        error_page   500 502 503 504  /50x.html;
        location = /50x.html {
            root   html;
        }
    }
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics