nginx 리 셋 명령

1100 단어
최근 에 제 여러 VPS 에 502 오류 가 자주 발생 했 습 니 다. nginx 를 다시 시작 해 야 합 니 다. 그러나 인터넷 의 많은 튜 토리 얼 은 번 거 로 운 시작 스 크 립 트 가 필요 합 니 다. apache 의 재 부팅 명령 만큼 간단 하지 않 습 니 다.
그러나 nginx 의 도움 을 연구 한 결과 - s 매개 변 수 는 nginx 서 비 스 를 관리 할 수 있 습 니 다.
# /usr/local/nginx/sbin/nginx -h
nginx version: nginx/0.7.63
Usage: nginx [-?hvVt] [-s signal] [-c filename] [-p prefix] [-g directives]
Options:
-?,-h : this help
-v : show version and exit
-V : show version and configure options then exit
-t : test configuration and exit
-s signal : send signal to a master process: stop, quit, reopen, reload
-p prefix : set prefix path (default: /usr/local/nginx/)
-c filename : set configuration file (default: conf/nginx.conf)
-g directives : set global directives out of configuration file
그래서 나 는 집행 했다.
# /usr/local/nginx/sbin/nginx -s  reload
nginx 재 부팅 성공
nginx: [alert] kill (- 1378305454, 1) failed (3: No such process) 이상
conf 파일 을 다시 불 러 오 는 것 으로 시작 하면 해결 할 수 있 습 니 다.
/etc/init.d/nginx -c /usr/local/nginx/conf/nginx.conf

좋은 웹페이지 즐겨찾기