美文网首页
mac install nginx

mac install nginx

作者: xiaoaiai | 来源:发表于2018-06-28 15:55 被阅读0次

mac install nginx

在mac中安装nginx

  • 安装nginx

    brew install nginx
    
  • 启动nginx

    • 方法一
    sudo nginx
    nginx -v
    nginx -s stop
    
    • 方法二
    sudo brew services start nginx  // 启动nginx
    sudo brew services stop nginx  // 结束nginx
    sudo brew services restart nginx // 重启nginx
    
  • nginx 配置文件路径

    /usr/local/etc/nginx/nginx.conf (配置文件路径)
    /usr/local/var/www (服务器默认路径)
    /usr/local/Cellar/nginx/1.8.0 (安装路径)
    

相关文章

网友评论

      本文标题:mac install nginx

      本文链接:https://www.haomeiwen.com/subject/auogyftx.html