1.问题描述
我在虚拟机上安装的openrestry做反向代理,虚拟机使用的NAT模式
upstream timed out (110: Connection timed out) while connecting to upstream, client:
2.解决
因为在虚拟机的openresry的nginx的配置文件中,设置的是VMNET8所在网段的ip地址作为windows的host,(NAT模式 NAT模式下,虚拟机通过VMware8这块虚拟出来的网卡和你的本机进行通讯)
此时我们只需修改nginx.conf的windows的tocmat的服务器地址为vmnet1网段的ip地址即可