해결 nginx: [error] open () "/ usr / local / nginx / logs / nginx. pid" failed (2: No such file or directory) 오류

734 단어
문제 장면
서버 가 다시 시작 되면 nginx 타 임 스 를 다시 시작 하 는 중 오류 가 발생 했 습 니 다. [error] open () "/ usr / local / nginx / logs / nginx. pid" failed (2: No such file or directory) logs 디 렉 터 리 에 들 어가 면 nginx. pid 파일 이 없 는 것 을 알 수 있 습 니 다.
cd /usr/local/nginx/sbin/
./nginx -s reload
ngx_http_fastdfs_set pid=1412
ngx_http_fastdfs_set pid=1412
ngx_http_fastdfs_set pid=1412
ngx_http_fastdfs_set pid=1412
nginx: [error] open() "/usr/local/nginx/logs/nginx.pid" failed (2: No such file or directory)

해결 방법
지정 한 nginx. conf 파일 을 사용 하여 nginx 를 다시 시작 합 니 다.
/usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf

이 때 logs 디 렉 터 리 에서 보 니 ngix. pid 파일 이 생 성 되 었 습 니 다.

좋은 웹페이지 즐겨찾기