mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
Merge 12afea70cf
into 5b8a5c08ce
This commit is contained in:
commit
1a69a14d64
@ -875,6 +875,11 @@ ngx_conf_include(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
|
|||||||
if (rv != NGX_CONF_OK) {
|
if (rv != NGX_CONF_OK) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(ngx_test_config){
|
||||||
|
ngx_log_stderr(0, "the configuration file %s syntax is ok",
|
||||||
|
file.data);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ngx_close_glob(&gl);
|
ngx_close_glob(&gl);
|
||||||
|
Loading…
Reference in New Issue
Block a user