Linux

CentOS nginx 설치

Hwisaek 2022. 8. 9. 23:52
반응형

방화벽 오픈

# firewall-cmd --permanent --zone=public --add-port=80/tcp
# firewall-cmd --reload
# firewall-cmd --list-ports

nginx 설치

# yum install nginx -y
# systemctl start nginx
# systemctl enable nginx

 

 

반응형

'Linux' 카테고리의 다른 글

CentOS let's encrypt ssl 인증서 적용 + nginx 적용  (0) 2022.10.15
리눅스 포트포워드  (1) 2022.10.15
CentOS 7 - Jenkins 설치  (1) 2022.04.29
CentOS 7 - aarch64 mirror list 설정  (0) 2022.04.29
CentOS - sendmail 설정  (0) 2022.04.28