代理机器上:
location / { proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $remote_addr; proxy_pass http://10.3.6.172:7001; } 我在nginx机器也能请求到,但是用域名在浏览器打开的时候,会显示404 curl 10.3.6.172:7001 Redirecting to
在10.3.6.172的机器上检查端口: netstat -nap|grep 7001 tcp6 0 0 :::7001 :::* LISTEN 11520/node
都是centos7.4的设备,我不知道是哪里出了问题