openresty可以使用最新版本的nginx吗

    不行的,openresty 一般会落后于 nginx的主线版本。每次发布新版本都需要执行大量的测试工作,因此不会随便发布新版本。

    zhuizhuhaomeng
    谢谢你的回复, 如果不使用openresty, 而是直接使用nginx, 可以在nginx中使用lua-resty-openidc模块吗?

      8 days later

      当然也是可以的,你加入 lua-nginx-module 等相关的 lua模块。

        23 days later

        No, openresty typically performs worse than the default nginx version. A new version must undergo significant testing before it is released, therefore new releases are not made randomly.

          Write a Reply...