由于OSX不允许system级以外的服务使用1024以下的端口,要开启nginx的80端口,需要以下操作:在使用brew安装nginx以后,可以在/usr/local/opt/nginx 下找到nginx对应的plist文件,比如: homebrew.mxcl.nginx.plistsudo cp /usr/local/opt/nginx/*.plist /Library/LaunchDaemonssudo launchctl load -w /Library/LaunchDaemons/hom