nginx: bump to latest release and other

This bumps nginx to latest release, adds support for STREAM MODULE and bump rtmp version to fix a compilation error

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
This commit is contained in:
Ansuel Smith
2018-12-06 22:35:22 +01:00
parent 99b049c8f3
commit b97c3a482a
4 changed files with 24 additions and 32 deletions
+7
View File
@@ -221,6 +221,13 @@ config NGINX_HTTP_BROTLI
Add support for brotli compression module.
default n
config NGINX_STREAM_CORE_MODULE
bool
prompt "Enable stream support"
help
Add support for NGINX request streaming.
default n
config NGINX_RTMP_MODULE
bool
prompt "Enable RTMP module"