Merge pull request #173 from heftig/master

Allow more than one option to 'listen'
This commit is contained in:
Sergey 2016-07-27 11:43:26 +04:00 committed by GitHub
commit a2d65b4251

View file

@ -45,7 +45,7 @@ static ngx_command_t ngx_rtmp_core_commands[] = {
NULL },
{ ngx_string("listen"),
NGX_RTMP_SRV_CONF|NGX_CONF_TAKE12,
NGX_RTMP_SRV_CONF|NGX_CONF_1MORE,
ngx_rtmp_core_listen,
NGX_RTMP_SRV_CONF_OFFSET,
0,