mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
nginx: add stream SSL and stream SSL preread support
Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
This commit is contained in:
@@ -228,6 +228,22 @@ config NGINX_STREAM_CORE_MODULE
|
||||
Add support for NGINX request streaming.
|
||||
default n
|
||||
|
||||
config NGINX_STREAM_SSL_MODULE
|
||||
bool
|
||||
prompt "Enable stream support with SSL/TLS termination"
|
||||
depends on NGINX_STREAM_CORE_MODULE
|
||||
help
|
||||
Add support for NGINX request streaming with SSL/TLS termination.
|
||||
default n
|
||||
|
||||
config NGINX_STREAM_SSL_PREREAD_MODULE
|
||||
bool
|
||||
prompt "Enable stream support with SSL/TLS pre-read"
|
||||
depends on NGINX_STREAM_CORE_MODULE
|
||||
help
|
||||
Add support for NGINX request streaming using information from the ClientHello message without terminating SSL/TLS.
|
||||
default n
|
||||
|
||||
config NGINX_RTMP_MODULE
|
||||
bool
|
||||
prompt "Enable RTMP module"
|
||||
|
||||
Reference in New Issue
Block a user