comparison src/core/ngx_cycle.c @ 727:532d15ddbe68

glob support in include
author Igor Sysoev <igor@sysoev.ru>
date Mon, 02 Oct 2006 08:46:45 +0000
parents 3f8a2132b93d
children e82eed614d4a
comparison
equal deleted inserted replaced
726:7b71936d5299 727:532d15ddbe68
203 conf.pool = pool; 203 conf.pool = pool;
204 conf.log = log; 204 conf.log = log;
205 conf.module_type = NGX_CORE_MODULE; 205 conf.module_type = NGX_CORE_MODULE;
206 conf.cmd_type = NGX_MAIN_CONF; 206 conf.cmd_type = NGX_MAIN_CONF;
207 207
208 #if 0 208 #if 1
209 log->log_level = NGX_LOG_DEBUG_ALL; 209 log->log_level = NGX_LOG_DEBUG_ALL;
210 #endif 210 #endif
211 211
212 if (ngx_conf_parse(&conf, &cycle->conf_file) != NGX_CONF_OK) { 212 if (ngx_conf_parse(&conf, &cycle->conf_file) != NGX_CONF_OK) {
213 ngx_destroy_cycle_pools(&conf); 213 ngx_destroy_cycle_pools(&conf);