mirror of
https://github.com/nginx/nginx.git
synced 2025-06-11 04:12:40 +08:00
stop configuration on error
This commit is contained in:
parent
cc07609d11
commit
824bcf333f
@ -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 New Issue
Block a user