ngrok 设置 http 转发链接 映射到 localhost:80 失败
请求ngrok 转发地址 页面显示:
`The connection to http://1052f95a.ngrok.io was successfully tunneled to your ngrok client, but the client failed to establish a connection to the local address localhost:80.
Make sure that a web service is running on localhost:80 and that it is a valid address.
The error encountered was: dial tcp [::1]:80: getsockopt: connection refused`
关于 LearnKu
启动 Ngrok 的时候不是指定了域名为
shop.test了么,怎么会往 localhost 连?@leo 我找到问题了leo哥,哈哈。 homestead 上的 hosts 文件里面没有
127.0.0.1 localhost(我的被自己删除了)导致的这个错误页面