Welcome to Centmin Mod Community
Register Now

Beta Branch add luaopensslpatch support for lua-nginx-module 0.10+

Discussion in 'Centmin Mod Github Commits' started by eva2000, Feb 10, 2016.

  1. eva2000

    eva2000 Administrator Staff Member

    55,801
    12,271
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,857
    Local Time:
    9:49 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    add luaopensslpatch support for lua-nginx-module 0.10+

    lua-nginx-module 0.10+ adds new features only supported in openssl and not libressl, so if ORESTY_LUANGINXVER='0.10.0' is set, fallback to nginx compiled with openssl instead of libressll by setting LIBRESSL_SWITCH='n' and then applying luaopensslpatch function to patch nginx core for 0.10.0 features https://community.centminmod.com/posts/24549/


    Continue reading...

    123.09beta01 branch
     
  2. eva2000

    eva2000 Administrator Staff Member

    55,801
    12,271
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,857
    Local Time:
    9:49 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+