502 Bad Gateway error1 centos / nginx / install nginx on centos 7 yum -y install epel-release yum -y install nginx systemctl start nginx sudo firewall-cmd --permanent --zone=public --add-service=http sudo firewall-cmd --permanent --zone=public --add-service=https sudo firewall-cmd --reload systemctl enable nginx systemctl restart nginx vi /etc/nginx/nginx.conf ... http { ################################ server { listen 80; server_name xxxxxxx.test.com; locatio.. 2019. 4. 10. 이전 1 다음 반응형