mirror of
https://github.com/nginx/nginx.git
synced 2026-06-30 05:43:02 +00:00
Merge c3e44c8c12 into 42f8df65b6
This commit is contained in:
commit
942e1de342
1 changed files with 4 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue