2017年12月26日

解决nginx下connect() to 127.0.0.1:3000 failed (13: Permission denied) while connecting to upstream, client: 127.0.0.1, server: 错误信息

摘要: 尝试搭建nginx负载均衡,做域名转发时报如上错误,困扰了好长时间还好没放弃,还好百度找到解决办法: 是SeLinux导致: 1、执行下面的命令 setsebool -P httpd_can_network_connect 1 2、关闭SeLinux,可以查看以下文章: CentOS下查看SeLin 阅读全文
posted @ 2017-12-26 15:08 时光。漫步 阅读(742) 评论(0) 推荐(0)