728x90
반응형

1. Nginx 환경 설정

  nginx repository 생성
  vi /etc/yum/repos.d/nginx.repo에 아래 내용 생성

 

[nginx]
name=nginx repo
baseurl=http://nginx.org/packages/centos/7/$basearch/
gpgcheck=0
enabled=1

 

2. Nginx 설치

  $ sudo yum install nginx

 

3. 부팅 시 자동 실행 설정

  $ sudo systemctl start nginx
  $ sudo systemctl enable nginx
  $ sudo systemctl status nginx

 

4. Nginx 설치 확인
  브라우저에 nginx를 설치한 서버의 IP주소 입력(http://localhost)

728x90
반응형

+ Recent posts