我通过 SSH 连接到 Rails 站点,当我启动 rails 服务器时一切正常,但我在浏览器中收到 "webpage not available"?
Im SSHing into a Rails site, when I boot the rails server everything loads okay, but I'm getting the "webpage not available" in the browser?
我使用 SSH 登录到远程服务器,该服务器托管 rails 应用程序。我在控制台中检查了当前的环境 returns 'development.' 我启动服务器并且一切正常,但是当我尝试使用 localhost:3000 或 0.0.0.0:3000 查看站点时等等等等 我收到 "webpage not available" 错误,服务器可以在哪里显示页面?
本地主机只能从本地主机访问——你必须运行浏览器ON远程服务器。
我使用 SSH 登录到远程服务器,该服务器托管 rails 应用程序。我在控制台中检查了当前的环境 returns 'development.' 我启动服务器并且一切正常,但是当我尝试使用 localhost:3000 或 0.0.0.0:3000 查看站点时等等等等 我收到 "webpage not available" 错误,服务器可以在哪里显示页面?
本地主机只能从本地主机访问——你必须运行浏览器ON远程服务器。