玩龙天子 发表于 2018-11-14 12:32:21

报错nginx failed error: during websocket handshake

  location / {
  proxy_pass http://localhost:8080;
  proxy_http_version 1.1;
  proxy_set_header Upgrade $http_upgrade;
  proxy_set_header Connection "upgrade";
  proxy_set_header Host $host;
  }

页: [1]
查看完整版本: 报错nginx failed error: during websocket handshake