]> git.kaiwu.me - nginx.git/commit
Core: store and dump processed configuration.
authorVladimir Homutov <vl@nginx.com>
Thu, 14 May 2015 15:54:27 +0000 (18:54 +0300)
committerVladimir Homutov <vl@nginx.com>
Thu, 14 May 2015 15:54:27 +0000 (18:54 +0300)
commit4e83d3f7b5355b36c2d28cd77f4cfefe4521f3ee
tree12cd90b9d31e778033f96b30157e1f24764fdb91
parent42c32b733b95e5e9ce9a627cdc19096c1c6f8e63
Core: store and dump processed configuration.

If the -T option is passed, additionally to configuration test, configuration
files are output to stdout.

In the debug mode, configuration files are kept in memory and can be accessed
using a debugger.
src/core/nginx.c
src/core/ngx_conf_file.c
src/core/ngx_conf_file.h
src/core/ngx_cycle.c
src/core/ngx_cycle.h