comparison src/http/ngx_http_core_module.c @ 115:be27f922b9a2

nginx-0.0.1-2003-07-10-20:26:57 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 10 Jul 2003 16:26:57 +0000
parents ac69ab96328d
children 5bf52498665c
comparison
equal deleted inserted replaced
114:ac69ab96328d 115:be27f922b9a2
1059 1059
1060 ngx_str_t *value; 1060 ngx_str_t *value;
1061 1061
1062 value = cf->args->elts; 1062 value = cf->args->elts;
1063 1063
1064 ngx_test_null(lcf->err_log, ngx_log_create_errlog(cf->cycle), 1064 ngx_test_null(lcf->err_log,
1065 ngx_log_create_errlog(cf->cycle, &value[1]),
1065 NGX_CONF_ERROR); 1066 NGX_CONF_ERROR);
1066 1067
1067 lcf->err_log->file->name = value[1];
1068
1069 return NGX_CONF_OK; 1068 return NGX_CONF_OK;
1070 } 1069 }