如何解决spacebrew错误:服务器响应状态为426(需要升级)


  1. 我克隆了Spacebrew
  2. 存储库
  3. 我安装了websocketforever模块(npm install wsnpm install forever-monitor
  4. 我开始了Spacebrew ( node node_server_forever.js
  5. 我在浏览器上转到http://localhost:9000/http://localhost:9000/admin/index.html,页面显示:

需要升级

控制台上有两个错误:

http://localhost:9000/favicon.ico
 Failed to load resource: the server responded with a status of 426 
 (Upgrade Required)
http://localhost:9000/
 Failed to load resource: the server responded with a status of 426
 (Upgrade Required)

我错过了什么吗?

管理界面不由 SB 服务器托管。它是一个静态页面。http://spacebrew.github.io/spacebrew/admin/admin.html 上有一个副本可访问,它将尝试连接到端口 9000 上的本地主机 SB 服务器。您可以提供查询字符串以连接到远程服务器或其他端口:http://spacebrew.github.io/spacebrew/admin/admin.html?server=specialdoma.in&port=9999

相关内容

  • 没有找到相关文章

最新更新