방금 내 서버 (Ubuntu 11.04)에서 nginx 1.0.6을 완전히 제거했습니다.
apt-get remove nginx
rm -rf /etc/nginx/
rm -rf /usr/sbin/nginx
rm /usr/share/man/man1/nginx.1.gz
apt-get remove nginx*
이제 다시 설치하고 싶지만 nginx를 시작할 때 다음과 같은 오류가 발생합니다.
nginx 재시작 : nginx : [emerg] open () "/etc/nginx/nginx.conf"실패 (2 : 해당 파일 또는 디렉토리가 없음)
그런 다음 내 자신의 conf 파일을 배치하면 새로운 오류가 발생합니다.
nginx 재시작 : nginx : [emerg] open () "/etc/nginx/mime.types"가 실패했습니다 (2 : 해당 파일 또는 디렉토리가 없음) /etc/nginx/nginx.conf:12
이제 apt-get install nginx
완전히 설치되지 않은 것 같습니다. apt-get 캐시를 지우고 도움이되지 않는 것 같습니다. apt-get을 사용하여 nginx를 전체 설치하려면 어떻게 해야합니까?
Starting nginx: nginx: [emerg] open() "/etc/nginx/mime.types" failed (2: No such file or directory) in /etc/nginx/nginx.conf:12 nginx: configuration file /etc/nginx/nginx.conf test failed