mirror of
https://github.com/nginx/nginx.git
synced 2026-06-25 19:37:00 +00:00
Mail: fixed number of arguments allowed in the listen directive.
This commit is contained in:
parent
8575dc3516
commit
c7efcf6ba6
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue