Mac如何安装Nginx

Posted zhulin2609

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mac如何安装Nginx相关的知识,希望对你有一定的参考价值。

安装Homebrew

Homebrew的官网:https://brew.sh/index_zh-cn.html,官网介绍:使用 Homebrew 安装 Apple(或您的 Linux 系统)没有预装但 你需要的东西。
安装Homebrew:/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused的解决方式

安装Homebrew的时候,可能会遇到上述报错,解决办法:

  1. 打开网站: https://www.ipaddress.com/
    查询一下 raw.githubusercontent.com对应的IP 地址
  2. 替换系统的host文件
    我是用iHost来管理系统host文件

如果在安装Homebrew的过程中遇到了fatal: unable to access 'https://github.com/Homebrew/brew/': LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443,也可以使用上述方法,替换github.com的host。

我发现上面的方法不靠谱,如果homebrew安装失败,直接换源安装吧,详见:Mac下安装brew失败的解决办法

brew安装nginx

执行命令:

brew install nginx

我发现这篇文章写得很详细,可以直接看:Mac 安装Nginx详细教程

以上是关于Mac如何安装Nginx的主要内容,如果未能解决你的问题,请参考以下文章

Mac 使用 homebrew 安装 nginx

Mac如何安装Nginx

Mac如何安装Nginx

[Nginx入门] --mac 下安装nginx

[Nginx入门] --mac 下安装nginx

[Nginx入门] --mac 下安装nginx