[nginx] svn commit: r4813 - trunk/src/mail
ru at nginx.com
ru at nginx.com
Wed Aug 15 11:17:56 UTC 2012
Author: ru
Date: 2012-08-15 11:17:55 +0000 (Wed, 15 Aug 2012)
New Revision: 4813
URL: http://trac.nginx.org/nginx/changeset/4813/nginx
Log:
Corrected the directive name in the ngx_mail_auth_http_module error message.
Modified:
trunk/src/mail/ngx_mail_auth_http_module.c
Modified: trunk/src/mail/ngx_mail_auth_http_module.c
===================================================================
--- trunk/src/mail/ngx_mail_auth_http_module.c 2012-08-08 12:03:46 UTC (rev 4812)
+++ trunk/src/mail/ngx_mail_auth_http_module.c 2012-08-15 11:17:55 UTC (rev 4813)
@@ -1332,7 +1332,7 @@
if (conf->peer == NULL) {
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);
return NGX_CONF_ERROR;
More information about the nginx-devel
mailing list