Learn about Centmin Mod LEMP Stack today
Register Now

Beta Branch fix nginx 1.30.x and 1.31.x stream module and threads support in 140.…

Discussion in 'Centmin Mod Github Commits' started by eva2000, Apr 16, 2026.

  1. eva2000

    eva2000 Administrator Staff Member

    59,476
    12,536
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,176
    Local Time:
    2:09 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    fix nginx 1.30.x and 1.31.x stream module and threads support in 140.00beta01

    The stream module version whitelist in nginx_configure.inc only included
    versions up to 1.29, causing nginx 1.30.x builds to omit --with-stream
    and --with-threads configure flags. This resulted in compilation failures
    when stream-dependent modules (stream-lua, stream geoip, stream realip,
    stream ssl preread) were still added by separate code paths.

    Changes:
    - add nginx 1.30 and 1.31 to NGXUPGRADE_VER stream module whitelist
    - add nginx 1.30 and 1.31 to NGXINSTALL_VER stream module whitelist

    Continue reading...


    140.00beta01 branch