We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b70e4 commit 62aa98bCopy full SHA for 62aa98b
modules/ngx_http_xquic_module/README.md
@@ -127,6 +127,8 @@ http {
127
listen 443 default_server reuseport backlog=4096 ssl http2;
128
listen 443 default_server reuseport backlog=4096 xquic;
129
130
+ server_name s1.test.com;
131
+
132
add_header Alt-Svc 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000' always;
133
134
ssl_certificate /etc/ingress-controller/ssl/s1.crt;
@@ -138,6 +140,8 @@ http {
138
140
listen 443 ssl http2;
139
141
listen 443 xquic;
142
143
+ server_name s2.test.com;
144
145
146
147
ssl_certificate /etc/ingress-controller/ssl/s2.crt;
0 commit comments