mirror of
https://github.com/nginx/nginx.git
synced 2024-12-01 11:19:00 +08:00
set nginx_stash after reconfiguration in single interpreter perl
This commit is contained in:
parent
2723361e76
commit
de92bcccee
@ -466,6 +466,7 @@ ngx_http_perl_init_interpreter(ngx_conf_t *cf, ngx_http_perl_main_conf_t *pmcf)
|
||||
}
|
||||
|
||||
pmcf->perl = perl;
|
||||
pmcf->nginx = nginx_stash;
|
||||
|
||||
return NGX_CONF_OK;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user