mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Update to latest nginx package
This commit is contained in:
parent
a084d37b9b
commit
9da2042b08
9 changed files with 128 additions and 97 deletions
|
@ -220,12 +220,12 @@ config NGINX_HTTP_BROTLI
|
|||
help
|
||||
Add support for brotli compression module.
|
||||
default n
|
||||
|
||||
config NGINX_STREAM
|
||||
|
||||
config NGINX_STREAM_CORE_MODULE
|
||||
bool
|
||||
prompt "Enable stream support"
|
||||
help
|
||||
Add support for stream module.
|
||||
Add support for NGINX request streaming.
|
||||
default y
|
||||
|
||||
config NGINX_RTMP_MODULE
|
||||
|
@ -234,6 +234,7 @@ config NGINX_RTMP_MODULE
|
|||
depends on NGINX_SSL
|
||||
help
|
||||
Add support for NGINX-based Media Streaming Server module.
|
||||
DASH enhanced - https://github.com/ut0mt8/nginx-rtmp-module
|
||||
default n
|
||||
|
||||
config NGINX_TS_MODULE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue