Centos7 Nginx 问题汇总 发表于 2020-06-02 | 分类于 Nginx Permission denied) while connecting to upstream解决办法:关闭selinux 1234setenforce 0修改/etc/selinux/config 文件将SELINUX=enforcing改为SELINUX=disabled [emerg] bind() to 0.0.0.0:8090 failed (13: Permission denied)1234yum provides semanageyum -y install policycoreutils-python.x86_64semanage port -a -t http_port_t -p tcp 8090semanage port -l | grep http_port_t