homebrew를 사용하여 nginx의 메인라인(1.11.x) 버전을 설치하려고 시도했지만 성공하지 못했습니다. 방법이 있습니까? (나는 이것을 찾았다http://brew.sh/homebrew-nginx/하지만 본선에 대한 구체적인 설명은 없습니다.)
답변1
다음 명령을 사용하여 설치 옵션을 볼 수 있습니다 brew options nginx
.
--with-debug
Compile with support for debug log
--with-gunzip
Compile with support for gunzip module
--with-http2
Compile with support for the HTTP/2 module
--with-passenger
Compile with support for Phusion Passenger module
--with-webdav
Compile with support for WebDAV module
--devel
Install development version 1.11.5
--HEAD
Install HEAD version
메인라인 버전을 설치하려면 다음을 실행하세요.
brew install --devel nginx