centos 7.6 설치 nginx

661 단어 linux
1. nginx 원본 추가
sudo rpm -Uvh http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm

2. 설치
yum install -y nginx

설치 위치 보기
whereis nginx

자동 시작 설정
sudo systemctl start nginx.service
sudo systemctl enable nginx.service

3. nginx 상용 명령
#  Nginx,          ,  Nginx    ,                   
nginx
#  nginx
nginx -s stop
#      nginx            
pkill -9 nginx
#  nginx
nginx -s reload
#   Linux      ,      ,      ,                    
nginx -t
#        
nginx -t -c /etc/nginx/nginx.conf

좋은 웹페이지 즐겨찾기