This commit is contained in:
discollizard 2025-06-05 12:46:25 +08:00 committed by GitHub
commit 1a69a14d64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);