test relative nginx.conf, this is compatible with old versions because cycle->root on this stage is not set
Igor Sysoev
13 years ago
1 changed file(s) with
0 addition(s)
and
4 deletion(s)
.
Raw diff
Collapse all
Expand all
+0
-4
src/core/nginx.c
less
more
655
655
cycle->conf_file.data = (u_char *) NGX_CONF_PATH;
656
656
}
657
657
658
if (ngx_conf_full_name(cycle, &cycle->conf_file, 1) == NGX_ERROR) {
659
return NGX_ERROR;
660
}
661
662
658
return NGX_OK;
663
659
}
664
660