访问nginx 遇到 Permission denied 的解决方案
admin 发布于:2018-6-15 14:43 分类:错误汇总 有 3149 人浏览,获得评论 0 条 标签: nginx SELinux
connect() to 127.0.0.1:9000 failed (13: Permission denied) while connecting to upstream, client: 127.0.0.1, server:
#setsebool -P httpd_can_network_connect 1
临时关闭SELinux:不需要重新启动机器
#setenforce 0
关闭SELinux:然后重启机器
#vi /etc/selinux/config
将SELINUX=enforcing 改为 SELINUX=disabled