mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
Mail: fixed number of arguments allowed in the listen directive.
This commit is contained in:
parent
8575dc3516
commit
c7efcf6ba6
@ -41,7 +41,7 @@ static ngx_command_t ngx_mail_core_commands[] = {
|
||||
NULL },
|
||||
|
||||
{ ngx_string("listen"),
|
||||
NGX_MAIL_SRV_CONF|NGX_CONF_TAKE12,
|
||||
NGX_MAIL_SRV_CONF|NGX_CONF_1MORE,
|
||||
ngx_mail_core_listen,
|
||||
NGX_MAIL_SRV_CONF_OFFSET,
|
||||
0,
|
||||
|
Loading…
Reference in New Issue
Block a user