当前位置:   article > 正文

MacBook安装Nginx

MacBook安装Nginx

MacBook安装Nginx

brew search nginx  //搜索软件 查询要安装的软件是否存在

brew install nginx 安装nginx

brew  uninstall nginx 卸载nginx

brew services start nginx 启动nginx服务


brew services stop nginx 关闭nginx服务

brew info nginx 查看安装信息(经常用到, 比如查看安装目录等)

brew list 查看已经安装的软件

brew update 升级brew

nginx -v 查看版本

nginx -V 查看版本,以及配置文件地址

sudo nginx  启动nginx 

nginx -s reload 重新加载nginx

sudo nginx -s stop  停止nginx
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26

浏览器访问 http://127.0.0.1:8080/ 会显示
Welcome to nginx!

参考链接:
https://blog.csdn.net/qq_28867949/article/details/79212485

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小小林熬夜学编程/article/detail/264516
推荐阅读
相关标签
  

闽ICP备14008679号