mirror of
https://github.com/nginx/nginx.git
synced 2026-06-09 00:42:38 -04:00
stop configuration on error
This commit is contained in:
parent
cc07609d11
commit
824bcf333f
1 changed files with 2 additions and 0 deletions
|
|
@ -1388,6 +1388,8 @@ ngx_mail_auth_http(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
|
|||
ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,
|
||||
"%s in auth_http \"%V\"", u.err, &u.url);
|
||||
}
|
||||
|
||||
return NGX_CONF_ERROR;
|
||||
}
|
||||
|
||||
ahcf->peer = u.addrs;
|
||||
|
|
|
|||
Loading…
Reference in a new issue