Skip to content

Commit

Permalink
README:xquic document add servername
Browse files Browse the repository at this point in the history
  • Loading branch information
drawing committed Jul 24, 2023
1 parent c8b70e4 commit 62aa98b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/ngx_http_xquic_module/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ http {
listen 443 default_server reuseport backlog=4096 ssl http2;
listen 443 default_server reuseport backlog=4096 xquic;
server_name s1.test.com;
add_header Alt-Svc 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000' always;
ssl_certificate /etc/ingress-controller/ssl/s1.crt;
Expand All @@ -138,6 +140,8 @@ http {
listen 443 ssl http2;
listen 443 xquic;
server_name s2.test.com;
add_header Alt-Svc 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000' always;
ssl_certificate /etc/ingress-controller/ssl/s2.crt;
Expand Down

0 comments on commit 62aa98b

Please sign in to comment.