笔记 · · 490 阅读

workman连接 踩坑点

workman连接 踩坑点

配置文件加上
location /wss
  {
    proxy_pass http://127.0.0.1:8282;
    proxy_http_version 1.1;
    proxy_set_header Upgrade $http_upgrade;
    proxy_set_header Connection "Upgrade";
    proxy_set_header X-Real-IP $remote_addr;
  }
0 评论

评论 (0)

还没有评论,来说两句吧