1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Update nginx package

This commit is contained in:
Ycarus 2018-07-24 21:48:58 +02:00
parent 6b4e5d99bd
commit e633e10b09
7 changed files with 623 additions and 206 deletions

View file

@ -202,6 +202,11 @@ config NGINX_HTTP_SECURE_LINK
prompt "Enable HTTP secure link module"
default n
config NGINX_HTTP_SUB
bool
prompt "Enable HTTP sub module"
default n
config NGINX_HEADERS_MORE
bool
prompt "Enable Headers_more module"
@ -215,10 +220,27 @@ config NGINX_HTTP_BROTLI
help
Add support for brotli compression module.
default n
config NGINX_STREAM
bool
prompt "Enable stream module"
prompt "Enable stream support"
help
Add support for stream module.
default y
config NGINX_RTMP_MODULE
bool
prompt "Enable RTMP module"
depends on NGINX_SSL
help
Add support for NGINX-based Media Streaming Server module.
default n
config NGINX_TS_MODULE
bool
prompt "Enable TS module"
help
Add support for MPEG-TS Live Module module.
default n
endmenu