Welcome to Centmin Mod Community
Register Now

Beta Branch update openresty lua module install routine in 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, May 29, 2019.

  1. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    10:27 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    update openresty lua module install routine in 123.09beta01

    - Update fix is only relevant if you have enabled lua-nginx-module nginx module with version 0.10.15+ via persistent config file /etc/centminmod/custom_config.inc variable set with ORESTY_LUANGINX='y' prior to centmin.sh menu option 4 nginx compiles.
    - Update for workaround due to lua-nginx-module 0.10.15 updated module requiring openresty lua-resty-core lua module installation and previously the lua-resty-core module was installed in a path that lua-nginx-module couldn't find - resulting in error on nginx restarts,
    . This update installs lua-resty-core & lua-resty-lrucache and other openresty lua module in path that lua-nginx-module can find.

    Continue reading...


    123.09beta01 branch