谁能告诉我Nginx和Kong版本映射?

发布于 2025-01-20 10:49:10 字数 53 浏览 1 评论 0 原文

谁能告诉我 nginx 和 kong 版本映射吗?

我在任何地方都找不到此信息

Can anyone tell me the nginx and kong version mapping?

I can't find this information anywhere

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

假扮的天使 2025-01-27 10:49:10

通过阅读变更日志,您可以了解捆绑的 OpenResty 版本(请记住 Kong 不能在普通的普通 NGINX 上运行)

例如来自 https://github.com/Kong/kong/blob/master/CHANGELOG.md#dependency-4

可以看到

将 openresty 从 1.19.3.2 升级到 1.19.9.1 #7430

以及 https://openresty.org/en/changelog-1019009.html
你得到 nginx 版本

将 nginx 核心升级到 1.19.9。

在安装了 Kong 的环境中运行 nginx -v 的其他解决方案

By reading the changelog you can know the bundled OpenResty version (keep in mind Kong does not run on plain, vanilla NGINX)

For example from https://github.com/Kong/kong/blob/master/CHANGELOG.md#dependencies-4

you can see

Bumped openresty from 1.19.3.2 to 1.19.9.1 #7430

And on https://openresty.org/en/changelog-1019009.html
you get nginx version

upgraded the nginx core to 1.19.9.

Other solution running nginx -v in an environment with Kong installed

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文