Node项目访问提示{"status":500,"message":"getaddrinfo ENOTFOUND xxx.com","data":{}}
解决方案
# 修改host文件
sudo vi /etc/hosts
# 添加记录: 服务器ip 域名
# xxx.xxx.xxx.xxx www.yoursite.com
119.220.60.32 hello.com
# 重启网络服务
/etc/rc.d/init.d/network restart
Node项目访问提示{"status":500,"message":"getaddrinfo ENOTFOUND xxx.com","data":{}}
解决方案
# 修改host文件
sudo vi /etc/hosts
# 添加记录: 服务器ip 域名
# xxx.xxx.xxx.xxx www.yoursite.com
119.220.60.32 hello.com
# 重启网络服务
/etc/rc.d/init.d/network restart