centos 설치 nginx 오류: cp: ` conf / koi - win '과 ` / usr / local / nginx / conf / koi - win' 은 같은 파일 입 니 다.

522 단어 @ 운영nginx
전제 조건
나 는 nginx 를 설치 할 때 tar 를 / usr / local 아래 에 직접 압축 을 풀 고 nginx 라 고 이름 을 바 꾸 었 다. ,그리고 다음 순서에 따라 설치 합 니 다. 
./configure

  make
 make install
세 번 째 make install 에서 오류 가 발생 했 습 니 다. 해결 방법 은 다음 과 같 습 니 다.
해결 방법 
이 단 계 를 좀 고 쳐 라.
./configure --prefix=/usr/local/nginx  
TO
./configure --prefix=/usr/local/nginx --conf-path=/usr/local/nginx/nginx.conf  
 
nginx 지정 프로필 시작
 
/usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf

좋은 웹페이지 즐겨찾기