set nginx_stash after reconfiguration in single interpreter perl

This commit is contained in:
Igor Sysoev 2007-04-18 09:23:35 +00:00
parent 2723361e76
commit de92bcccee

View File

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