我正在使用nodejs http-server
作为Web应用程序。我可以通过运行http-server
启动nom start
。我可以通过http://127.0.0.1:8080
访问我的服务器,但我无法通过http://localhost:8080
进行连接。我已经检查过localhost
可以从我的终端ping,而localhost
可以与其他服务器(例如tomcat
)一起使用。所以我认为问题只与http-server
有关。是否需要在我的应用程序上设置任何配置才能支持localhost
访问?