comparison README @ 8396:94c06fe6e159 quic

README: pointed out Alt-Svc "ma" parameter useful with curl.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 22 May 2020 18:22:00 +0300
parents 578563babbd1
children af22b60a905b
comparison
equal deleted inserted replaced
8395:578563babbd1 8396:94c06fe6e159
132 ssl_certificate_key certs/example.com.key; 132 ssl_certificate_key certs/example.com.key;
133 ssl_protocols TLSv1.3; 133 ssl_protocols TLSv1.3;
134 134
135 location / { 135 location / {
136 # required for browsers to direct them into quic port 136 # required for browsers to direct them into quic port
137 add_header Alt-Svc $http3=":8443"; 137 add_header Alt-Svc '$http3=":8443"; ma=86400';
138 } 138 }
139 } 139 }
140 } 140 }
141 141
142 4. Clients 142 4. Clients