在 MacOS 上升级 NGINX 版本

Posted

技术标签:

【中文标题】在 MacOS 上升级 NGINX 版本【英文标题】:Upgrade NGNIX version on MacOS 【发布时间】:2021-05-09 22:44:33 【问题描述】:

我有当前版本的 ngnix:

nginx -v
nginx version: nginx/1.15.6

现在想升级,不知道怎么升级?

我找到了这些资源:https://medium.com/@soban1193/upgrading-nginx-to-the-latest-version-on-ubuntu-c0ad9116cf87 和 https://www.digitalocean.com/community/questions/how-to-update-nginx-and-should-i-update-it,但它们似乎可以使用 ubuntu 命令进行升级。

我想知道如何使用 macOS 进行升级

【问题讨论】:

【参考方案1】:

您可以在 MacOS 上使用 Homebrew 来管理软件包。

对于 nginx,可以使用brew install nginx

【讨论】:

我已经安装了 ngnix.. 我想升级它.. 我具体该怎么做?【参考方案2】:

要在 macOS 上升级 nginx,请使用 Homebrew:

    更新自制程序

    brew update
    

    升级 nginx

    brew upgrade nginx
    

    清理旧工件

    brew cleanup
    

Reference

【讨论】:

以上是关于在 MacOS 上升级 NGINX 版本的主要内容,如果未能解决你的问题,请参考以下文章

如何在CentOS 6.5上升级PHP版本

无法在 ElasticBeanstalk 上升级 NodeJS 版本

如何在谷歌云构建上升级节点 js 版本

在 Ubuntu 20.04 上升级 MongoDB 版本

在 CentOS for Python 上升级 Sqlite3 版本的问题

如何在CentOS 6.5上升级PHP版本