EPEL 저장소 설치

yum install epel-release

Untitled

nginx 설치

yum --enablerepo=epel -y install nginx

Untitled

기본 설정

vi /etc/nginx/nginx.conf

서비스 시작 및 활성화

systemctl start nginx
systemctl enable nginx

디폴트 페이지 접속(localhost)

Untitled