sudo service nginx restart 를 실행 합 니 다. 오류 보고 * Restarting nginx nginx [fail], nginx 를 시작 할 수 없습니다. nginx 를 시작 하면 오류 가 발생 합 니 다.

//  sudo service nginx restart  
root@iZm5e3iekfi2rh6udbikaZ:/etc# sudo service nginx restart
 * Restarting nginx nginx                                        [fail]

//  sudo service nginx start      
root@iZm5e3iekfi2rh6udbikaZ:/etc# sudo service nginx start

//  nginx  ,      nginx  
root@iZm5e3iekfi2rh6udbikaZ:/etc# ps -axu | grep nginx
root     17194  0.0  0.0  11760  2260 pts/4    S+   10:41   0:00 grep --color=auto nginx

해결 방법 은 현재 nginx 가 어떤 오류 때 문인 지 확인 하 는 것 입 니 다.
//  sudo nginx -t,      
root@iZm5e3iekfi2rh6udbikaZ:/etc/nginx/conf.d# sudo nginx -t
//      ,         family1.conf    22     ";"    "}"
nginx: [emerg] unexpected end of file, expecting ";" or "}" in /etc/nginx/conf.d/family1.conf:22
nginx: configuration file /etc/nginx/nginx.conf test failed

되 돌아 오 는 오류 원인 에 따라 수정 한 후 다시 실행 sudo nginx -t 하 였 습 니 다. 지금 은 정확 합 니 다.
root@iZm5e3iekfi2rh6udbikaZ:/etc/nginx/conf.d# sudo nginx -t
//       
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful

다시 시작 nginx
//  sudo service nginx start
root@iZm5e3iekfi2rh6udbikaZ:/etc/nginx/conf.d# sudo service nginx start

//  nginx  ,    nginx   ,       ~
root@iZm5e3iekfi2rh6udbikaZ:/etc/nginx/conf.d# ps -axu | grep nginx
root     17374  0.0  0.0  77932  2772 ?        Ss   11:00   0:00 nginx: master process /usr/sbin/nginx
root     17375  0.0  0.0  78280  3324 ?        S    11:00   0:00 nginx: worker process
root     17376  0.0  0.0  78280  3324 ?        S    11:00   0:00 nginx: worker process
root     17377  0.0  0.0  78280  3324 ?        S    11:00   0:00 nginx: worker process
root     17378  0.0  0.0  78280  3324 ?        S    11:00   0:00 nginx: worker process
root     17380  0.0  0.0  11760  2164 pts/4    S+   11:00   0:00 grep --color=auto nginx

좋은 웹페이지 즐겨찾기