Skip to content

Commit 62aa98b

Browse files
committed
README:xquic document add servername
1 parent c8b70e4 commit 62aa98b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/ngx_http_xquic_module/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ http {
127127
listen 443 default_server reuseport backlog=4096 ssl http2;
128128
listen 443 default_server reuseport backlog=4096 xquic;
129129
130+
server_name s1.test.com;
131+
130132
add_header Alt-Svc 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000' always;
131133
132134
ssl_certificate /etc/ingress-controller/ssl/s1.crt;
@@ -138,6 +140,8 @@ http {
138140
listen 443 ssl http2;
139141
listen 443 xquic;
140142
143+
server_name s2.test.com;
144+
141145
add_header Alt-Svc 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000' always;
142146
143147
ssl_certificate /etc/ingress-controller/ssl/s2.crt;

0 commit comments

Comments
 (0)