added rtmp module to nginx image
All checks were successful
CI / Build nginx docker images (push) Successful in 6m31s

This commit is contained in:
2025-12-23 20:51:16 +08:00
parent f724b5f0e3
commit eb1509ce4f
5 changed files with 50 additions and 26 deletions

View File

@@ -18,6 +18,7 @@ CONFIG='
--http-scgi-temp-path=/var/cache/nginx/scgi_temp
--user=nginx
--group=nginx
--with-pcre
--with-http_ssl_module
--with-http_realip_module
--with-http_addition_module
@@ -25,6 +26,8 @@ CONFIG='
--with-http_dav_module
--with-http_flv_module
--with-http_mp4_module
--with-http_degradation_module
--with-http_slice_module
--with-http_gunzip_module
--with-http_gzip_static_module
--with-http_random_index_module
@@ -40,14 +43,14 @@ CONFIG='
--with-stream_realip_module
--with-stream_geoip_module=dynamic
--with-http_slice_module
--with-mail
--with-mail=dynamic
--with-mail_ssl_module
--with-compat
--with-file-aio
--with-http_v2_module
--with-http_v3_module
--add-dynamic-module=/ngx_headers_more
--add-dynamic-module=/ngx_brotli
--add-module=/ngx_brotli
--add-dynamic-module=/njs/nginx
'