macbook 配置php/nginx环境

1.0 安装homebrew 

2.0 安装Nginx

3.0 修改nginx-conf的配置; 注意:

      3.1 中serverName是绑定到本机的域名; 

      3.2 listen  中指定web容器监听的端口; 

     3.0 location 中的root指定站点根目录; 

     4.0 pastcgi_param 指定到站点根目录; 

 

注意:如果出现file not found 说明fastcgi_param 没有配置正确。 

你可能感兴趣的:(nginx,PHP部署)