export NGINX="1.30.0" export LUA_SCRIPTS="/usr/nginx_lua" # https://github.com/openresty/lua-nginx-module/tags export NGX_MOD_LUA="0.10.29" # https://github.com/vision5/ngx_devel_kit/tags export NGX_MOD_DEVELKIT="0.3.4" # https://github.com/leev/ngx_http_geoip2_module/releases export NGX_MOD_GEOIP2="3.4" # https://github.com/owasp-modsecurity/ModSecurity-nginx/releases export NGX_MOD_MODSECURITY="1.0.4" # https://github.com/winshining/nginx-http-flv-module/releases export NGX_MOD_HTTPFLV="1.2.13" # https://github.com/openresty/headers-more-nginx-module/tags export NGX_MOD_HEADERS_MORE="0.39" # https://github.com/openresty/set-misc-nginx-module/releases export NGX_MOD_SETMISC="0.33" # https://github.com/openresty/lua-resty-core/tags export LUA_SCRIPTS_RESTYCORE="0.1.32" # https://github.com/openresty/lua-resty-lrucache/tags export LUA_SCRIPTS_LRUCACHE="0.15" # https://github.com/openresty/luajit2/tags export SYSTEM_LUAJIT="2.1-20260311" # https://github.com/PCRE2Project/pcre2/releases export SYSTEM_PCRE="10.47" # https://github.com/aws/aws-lc/tags # AWS-LC = Amazon's BoringSSL fork. Supported natively in nginx since 1.29.2. # Picked over quictls (EOL OpenSSL 3.1 base) and over OpenSSL 3.5 native QUIC # because of better TLS handshake throughput and clean release tagging. export SYSTEM_AWSLC="1.72.0" # https://github.com/SpiderLabs/ModSecurity/releases 3.0.12 export SYSTEM_MODSECURITY="3.0.12" # https://github.com/openresty/lua-resty-mysql/tags export NGX_MOD_LUA_MYSQL="0.29" # https://github.com/openresty/lua-resty-lock/tags export NGX_MOD_LUA_LOCK="0.09" # https://github.com/openresty/srcache-nginx-module/tags export NGX_MOD_LUA_SRCACHE="0.33" # https://github.com/tokers/zstd-nginx-module/tags # Zstandard compression module. Chrome 123+ and Firefox 126+ send # `Accept-Encoding: zstd`; older clients fall back to brotli/gzip. export NGX_MOD_ZSTD="0.1.1"