windows 환경에서 nginx 실행 중 stop이 안되면서 아래와 같은 에러를 만나는 경우
-
nginx: [error] CreateFile() C:\nginx-1.14.2/logs/nginx.pid failed (2: The system cannot find the file specified)
실행이 안된 상태에서 stop을 하기 때문에 발생하는 에러.
nginx 를 실행하면 logs 폴더에 nginx.pid
라는 파일이 생성되고
stop하면 해당 파일이 삭제되는걸 볼수 있다.
Comments