mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
Corrected the directive name in the ngx_mail_auth_http_module error message.
This commit is contained in:
parent
86dd5bde45
commit
89ad2e91e5
@ -1332,7 +1332,7 @@ ngx_mail_auth_http_merge_conf(ngx_conf_t *cf, void *parent, void *child)
|
|||||||
|
|
||||||
if (conf->peer == NULL) {
|
if (conf->peer == NULL) {
|
||||||
ngx_log_error(NGX_LOG_EMERG, cf->log, 0,
|
ngx_log_error(NGX_LOG_EMERG, cf->log, 0,
|
||||||
"no \"http_auth\" is defined for server in %s:%ui",
|
"no \"auth_http\" is defined for server in %s:%ui",
|
||||||
conf->file, conf->line);
|
conf->file, conf->line);
|
||||||
|
|
||||||
return NGX_CONF_ERROR;
|
return NGX_CONF_ERROR;
|
||||||
|
Loading…
Reference in New Issue
Block a user