웹 서버 - Nginx

1673 단어
Nginx 상용 명령:
nginx 서비스 시작
[root@localhost ~]# service nginx start
[root@localhost ~]# systemctl start nginx.service
[root@localhost ~]# /usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf      # nginx     -c nginx.conf      。
[root@localhost sbin]# ./nginx      #   /usr/local/nginx/sbin/  nginx      。   ./nginx   nginx  。
#   nginx  :   “-c”           ,     “-c”   ,Nginx             conf       nginx.conf   。

nginx 서비스 정지
[root@localhost ~]# service nginx stop
[root@localhost ~]# systemctl stop nginx.service
[root@localhost sbin]# ./nginx -s stop       nginx      。   ./nginx -s stop   nginx  。   nginx  id,   kill        。
[root@localhost sbin]# ./nginx -s quit       nginx      。   ./nginx -s quit   nginx  。   nginx            。

nginx 서비스 다시 시작
[root@localhost ~]# service nginx restart
[root@localhost ~]# systemctl restart nginx.service
[root@localhost sbin]# ./nginx -s quit         #   nginx         。
[root@localhost sbin]# ./nginx

nginx 프로필 다시 불 러 오기
[root@localhost ~]# service nginx reload
[root@localhost ~]# systemctl reload nginx.service
[root@localhost sbin]# ./nginx -s reload            nginx     。   ./nginx -s reload     nginx    。
#   nginx      nginx.conf    ,            nginx,  -s reload         nginx,         nginx    。

기타 nginx 명령
#   nginx    
[root@localhost ~]# ps -ef | grep nginx
#   nginx.conf      ,  nginx        。  nginx     ,  ./nginx -t  。
[root@localhost sbin]# ./nginx -t      

Nginx 프로필:

좋은 웹페이지 즐겨찾기