connect() failed (10061: No connection could be made because the target machine actively refused it) while connecting to upstream, client: 61.182.227.80, server: xxxxx.com, request: "POST /prod-api/system/xxx/xxxx HTTP/1.1", upstream: "http://xx.xx.xx.xx:xxxx/system/", host: "xx.xx.xx.xx:xx", referrer: "http://xx.xx.xx.xx:xx/index" 这个报错大致意思是计算机拒绝访问这个链接。困扰了好久,经过网上搜索才发现是nginx配置文件问题,发布这篇文章,希望各位避免踩坑!
看一下nginx的报错日志:
问题出在了nginx.conf这个配置文件里:
win+R输入cmd,调出dos面板,再输入命令-ipconfig查看IPv4地址 ,把这个IPv4地址与配置文件IP地址替换,端口号改成和tomcat一样的端口号就行。
重启nginx,OK,问题解决。(项目部署到服务器上的出现这种问题也是类似步骤)
——————————————————————文章来源:https://www.toymoban.com/news/detail-587231.html
如有不对地方,欢迎各位大佬留言及时纠正!!文章来源地址https://www.toymoban.com/news/detail-587231.html
到了这里,关于connect() failed (10061: No connection could be made because the target machine actively refused it)的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!