Mac 은 Homebrew 를 통 해 nginx 를 설치 하고 부팅 설정 을 설정 합 니 다.

1026 단어 nginxMac
Mac 은 Homebrew 를 통 해 nginx 를 설치 하고 부팅 설정 을 설정 합 니 다.
절 차 는 다음 과 같다.
brew install nginx
Homebrew 를 통 해 다운로드 한 소프트웨어 의 기본 위 치 는 /usr/local/Cellarnginx - h nginx 명령 파라미터 nginx - s reopen | quit | reload | stop 오픈 종료 재 부팅 정지 nginx - t 테스트 프로필 이 올 바른 지 확인 합 니 다.
mkdir - p ~ / Library / LaunchAgent / / [선택 가능] 이 디 렉 터 리 가 존재 하 는 지 확인 합 니 다. 이 명령 을 실행 하 는 새 디 렉 터 리 가 존재 하지 않 습 니 다.
cp / usr / local / cellar / nginx / nginx 버 전 / homebrew. mxcl. nginx. plist ~ / Library / LaunchAgent /
launchctl load -w ~/Library/LaunchAgents/homebrew.mxcl.nginx.plist
sudo chown root: wheel / usr / local / Cellar / nginx / nginx 버 전 / bin / nginx
sudo chmod u + s / usr / local / Cellar / nginx / nginx 버 전 / bin / nginx
추가: 실행 nginx -s reload 서버 재 부팅 시 다음 오류 메시지
nginx: [error] open() "/usr/local/var/run/nginx.pid" failed (2: No such file or directory)

다음 명령 을 수행 하면 됩 니 다.
nginx -c /usr/local/etc/nginx/nginx.conf

좋은 웹페이지 즐겨찾기