Latest update

This commit is contained in:
2022-11-22 20:33:45 +09:00
parent cf4f02c377
commit 63d3ddd7af
4 changed files with 4 additions and 3 deletions
+1
View File
@@ -81,6 +81,7 @@ ngx_http_v3_init(ngx_connection_t *c)
if (phc->ssl_servername) { if (phc->ssl_servername) {
hc->ssl_servername = phc->ssl_servername; hc->ssl_servername = phc->ssl_servername;
hc->ssl_servername_regex = phc->ssl_servername_regex;
hc->conf_ctx = phc->conf_ctx; hc->conf_ctx = phc->conf_ctx;
ngx_set_connection_log(c, clcf->error_log); ngx_set_connection_log(c, clcf->error_log);