美文网首页
mac下使用brew安装nginx

mac下使用brew安装nginx

作者: 小忽悠_acda | 来源:发表于2020-11-17 15:59 被阅读0次

    1.安装
    brew install nginx
    2.查看版本
    nginx -v
    3.启动
    nginx
    4.查看是否启动成功
    http://localhost:8080

    image.png
    5.重启
    nginx -s reload
    6.停止
    nginx -s stop

    相关文章

      网友评论

          本文标题:mac下使用brew安装nginx

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