[오리지널] Nginx 오류 보고: "nginx. serviceJob for nginx. service failed because the control process exited with err...

959 단어
질문:
오늘 Nginx 가 설치 되 어 있 습 니 다. Nginx 의 default 설정 파일 을 조정 한 다음 Nginx 타 임 스 를 다시 시작 하 는 것 은 다음 과 같 습 니 다.[....] Starting nginx (via systemctl): nginx.serviceJob for nginx.service failed because the control process exited with error code.
See "systemctl status nginx.service" and "journalctl -xe" for details.
failed!

해결 과정:
알림 에 따라 실행: systemctl status nginx.service 다음 과 같은 Nginx 오류 상태 정 보 를 보 았 습 니 다. nginx[7809]: nginx: configuration file /etc/nginx/nginx.conf test failed 이 오 류 를 보 았 을 때 이것 은 Nginx 설정 파일 로 인 한 오류 임 을 알 게 되 었 습 니 다.내 가 / etc / nginx / sites - enabled / default 를 고 쳤 기 때문에 백업 답장 을 한 후에 Nginx - t 를 실행 하지 않 고 프로필 을 다시 불 러 오지 않 았 습 니 다.
해결 방법:
1. 백업 한 default 복구
2. 실행 하 세 요: /etc/init.d/nginx stop Nginx 가 종료 되 었 거나 실행 되 지 않 았 음 을 알 리 면 됩 니 다.
3. 집행: Nginx -t 프로필 다시 불 러 오기
조작 이 끝나 면 Nginx 가 정상적으로 작 동 할 수 있 습 니 다.

좋은 웹페이지 즐겨찾기