Mac Nginx 배치 (추천 하지 않 음, docker 가 더 편리 함)

1100 단어
mac 에서 brew 를 통 해 nginx 를 설치 한 후 터미널 출력 정보 에서 설정 경 로 를 볼 수 있 습 니 다. / usr / local / etc / nginx / nginx. conf (설정 파일 경로) / usr / local / var / ww (서버 기본 경로) / usr / local / cellar / nginx / 1.12.1 (설치 경로)
1. nginx 가 시작 되 었 는 지 확인 하기 ps -ef|grep nginx2. nginx 설정 경로 조회:
nginx -t
nginx: the configuration file /usr/local/etc/nginx/nginx.conf syntax is ok
nginx: configuration file /usr/local/etc/nginx/nginx.conf test is successful

3. nginx 서비스 경로: /usr/local/Cellar/nginx/1.12.1/bin4. 설정 파일 이 올 바른 지 검증
nginx -t -c /usr/local/etc/nginx/nginx.conf
nginx: the configuration file /usr/local/etc/nginx/nginx.conf syntax is ok
nginx: configuration file /usr/local/etc/nginx/nginx.conf test is successful

5. nginx 시작 재 부팅
./nginx
./nginx -s reload
mac 에서 brew 설치 nginx 를 통 해 설치 한 후에 터미널 에서 출력 한 정보 에서 설정 경 로 를 볼 수 있 습 니 다.
/usr/local/etc/nginx/nginx.conf (      )
/usr/local/var/www (       )
/usr/local/Cellar/nginx/1.12.1(    )

좋은 웹페이지 즐겨찾기