yunvn 发表于 2016-12-27 06:50:06

Nginx Connection to http://bm.xmwhg.com.nc refused问题

在服务器部署系统,有调用nginx中的某个接口
发现刚开始会报错:Connection to http://bm.xmwhg.com.cn refused问题

解决方法
这个问题可能是系统问题,需要修改一下host文件:
方法如下:
用notepad打开C:\WINDOWS\system32\drivers\etc中的hosts文件
在最后一行添加74.125.237.1 bm.xmwhg.com.cn
成功解决问题。

74.125.237.1是nginx那台的IP
页: [1]
查看完整版本: Nginx Connection to http://bm.xmwhg.com.nc refused问题