nginx 상용 명령 (cent 7.8)

954 단어 django
1. 명령 을 조작 할 때 nginx 디 렉 터 리 에 들 어가 야 합 니 다.
/usr/local/nginx/sbin

2. nginx 버 전 번호 보기
[root@localhost ~]# cd /usr/local/nginx/sbin
[root@localhost sbin]# ./nginx -v
nginx version: nginx/1.18.0

3. nginx 상태 보기
[root@localhost sbin]# ps -ef | grep nginx
root     21476     1  0 May30 ?        00:00:00 nginx: master process ./nginx
nobody   21477 21476  0 May30 ?        00:00:00 nginx: worker process
root     28826 27941  0 08:59 pts/0    00:00:00 grep --color=auto nginx

4 、 정지 nginx
[root@localhost sbin]# ./nginx -s stop 
[root@localhost sbin]# ps -ef | grep nginx

5. nginx 시작
[root@localhost sbin]# ./nginx

6. nginx 를 다시 불 러 옵 니 다 (설정 파일 을 바 꾼 후 유효 합 니 다)
[root@localhost sbin]# ./nginx -s reload

7. nginx 프로필 위치
/usr/local/nginx/conf/nginx.conf

좋은 웹페이지 즐겨찾기