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 Branch: https://github.com/centminmod/centminmod/tree/140.00beta01 Commit History: https://github.com/centminmod/centminmod/commits/140.00beta01