This commit is contained in:
Gu Feng 2026-06-28 17:39:12 +02:00 committed by GitHub
commit 942e1de342
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -353,8 +353,10 @@ ngx_init_cycle(ngx_cycle_t *old_cycle)
}
if (ngx_create_paths(cycle, ccf->user) != NGX_OK) {
goto failed;
if (!ngx_test_config) {
if (ngx_create_paths(cycle, ccf->user) != NGX_OK) {
goto failed;
}
}