centos nginx 소스 코드 설치

1. 다운로드 의존 라 이브 러 리
rpm -Uvh http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm
sudo yum install epel-release
yum install nginx

2. nginx 버 전 검사
nginx -v

3. nginx 명령
  nginx  
systemctl start nginx.service

       
systemctl enable nginx.service

       
systemctl disable nginx.service

        
systemctl status nginx.service

      
systemctl restart nginx.service

          
systemctl list-units --type=service


4. nginx 프로 세 스 보기
ps -ef | grep nginx
기본 루트 디 렉 터 리 / usr / share / nginx / html
5. 프로필 수정
vim /etc/nginx/conf.d/default.conf

6. 마 운 트 해제
yum remove nginx

좋은 웹페이지 즐겨찾기