第一步:关闭Apache及开机启动 要使用nginx,最好停用mac中自带的Apache.停用很简单: sudo launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plist 第二步:安装homebrew homebrew是mac下的包管理器,类似于linux下的yum,apt.使用homebrew安装nginx,php,mysql要比手动安装方便很多.官网地址:http://brew.sh/index_zh-c…