Unable to round-trip http request to upstream: read tcp 192.168.xx.xxx:xxxxx->xx.xxx.xxx.x:xxx: read: operation timed out
今天也遇到了这个问题,搜的都是关闭蓝灯这些
其实不用关,改下 hosts 文件就行,格式:
127.0.0.1 xx.xxx.xxx.x
中间有个空格, 后面 xx.xxx.xxx.x 这段 ip 是
没有端口号。
今天也遇到了这个问题,搜的都是关闭蓝灯这些
其实不用关,改下 hosts 文件就行,格式:
127.0.0.1 xx.xxx.xxx.x
中间有个空格, 后面 xx.xxx.xxx.x 这段 ip 是
没有端口号。