Latest update

This commit is contained in:
2022-11-25 21:51:52 +09:00
parent be13f901d4
commit 5c2877a9f8
4 changed files with 12 additions and 6 deletions
+2
View File
@@ -81,7 +81,9 @@ ngx_http_v3_init(ngx_connection_t *c)
if (phc->ssl_servername) {
hc->ssl_servername = phc->ssl_servername;
#if (NGX_PCRE)
hc->ssl_servername_regex = phc->ssl_servername_regex;
#endif
hc->conf_ctx = phc->conf_ctx;
ngx_set_connection_log(c, clcf->error_log);